The company object represents a company of Peach which uses some of Peach's applications.
It contains metadata about the company and configuration settings for how the applications should function.
{ "company": { "createdAt": "2019-08-24T14:15:22Z", "deletedAt": "2019-08-24T14:15:22Z", "id": "string", "updatedAt": "2019-08-24T14:15:22Z", "agentAuthType": "basic", "agentAuthValueType": "email", "appDomains": [ … ], "bankruptcyPolicy": true, "bankruptcyServiceId": 0, "borrowerAuthType": "basic", "borrowerAuthValueType": "email", "brandName": "string", "config": { … }, "deceasedPolicy": true, "deceasedServiceId": 0, "domainName": "string", "femaPolicy": true, "femaServiceId": 0, "legalName": "string", "name": "string", "object": "company", "ofacServiceId": 0, "rndServiceId": 0, "scraServiceId": 0, "shortDomainName": "string", "slug": "string", "status": "active", "timezone": "string", "tokenizationKeyId": 0, "type": "string" }, "person": { "createdAt": "2019-08-24T14:15:22Z", "deletedAt": "2019-08-24T14:15:22Z", "id": "string", "updatedAt": "2019-08-24T14:15:22Z", "borrowerType": "person", "collectionsIntensity": "light", "commPreferences": { … }, "companyId": "string", "displayId": "string", "externalId": "string", "metaData": {}, "monitorStartDate": "2019-08-24", "status": "active", "statusUpdatedAt": "2019-08-24T14:15:22Z", "user": { … }, "dateOfBirth": "2019-08-24", "name": { … }, "object": "person", "identities": [ … ], "address": { … } } }