Company

The Company tracks essential information about your organization. The help docs have more information on the purpose of each field.

Get Company

๐Ÿ”’ Requires Company Settings: Get Company Settings permission.

Securitybearer
Responses
200

Successful

400

Malformed data and/or validation errors

401

Invalid Authorization

402

You must upgrade your plan to use this feature

403

You are not allowed to perform this action

404

Not Found

412

You must accept the Drata terms and conditions to use the API

500

Internal server error

get/company
Request samples
Response samples
application/json
{
  • "accountId": "aaaaaaaa-bbbb-0000-cccc-dddddddddddd",
  • "domain": "domain.com",
  • "name": "Acme",
  • "legalName": "Acme Inc.",
  • "year": 2014,
  • "description": "We make tools",
  • "phoneNumber": "800-555-5555",
  • "address": "742 Evergreen Terrace, Springfield, OH 45501",
  • "supportUrl": "https://help.domain.com",
  • "securityEmail": "[email protected]",
  • "securityTraining": "DRATA_PROVIDED",
  • "hipaaTraining": "DRATA_PROVIDED",
  • "backgroundCheck": "CERTN",
  • "securityReport": {
    • "visibility": "PASSING",
    • "sharing": true,
    • "shareToken": "aaaaaaaa-bbbb-0000-cccc-dddddddddddd"
    },
  • "adminOnboardedAt": "2025-07-01T16:45:55.246Z",
  • "renewalPeriodStartDate": "2025-07-01T16:45:55.246Z",
  • "securityTrainingLink": "https://security-training.domain.com",
  • "hipaaTrainingLink": "https://hipaa-training.domain.com",
  • "createdAt": "2025-07-01T16:45:55.246Z",
  • "updatedAt": "2025-07-01T16:45:55.246Z",
  • "agentEnabled": false,
  • "manualUploadEnabled": false,
  • "drataSupportAccess": {
    • "enabledAt": "2025-07-01T16:45:55.246Z",
    • "expiresAt": "2025-07-01T16:45:55.246Z",
    • "type": "READ_ONLY"
    },
  • "entitlements": [
    • {
      • "name": "string",
      • "description": "string",
      • "type": "string",
      • "featureId": 0,
      • "metadata": { }
      }
    ],
  • "language": "ENGLISH_US"
}