Get company info

Get company info

Securitybearer
Responses
200
400

Malformed data and/or validation errors

401

Invalid Authorization

403

You are not allowed to perform this action

404

Record Not Found

500

Internal server error

default

Response Code: 412

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

get/company/info
Request samples
Response samples
application/json
{
  • "accountId": "aaaaaaaa-bbbb-0000-cccc-dddddddddddd",
  • "domain": "drata.com",
  • "name": "Drata",
  • "legalName": "Drata Inc.",
  • "year": 2014,
  • "description": "We make tools",
  • "phoneNumber": "800-555-5555",
  • "address": "742 Evergreen Terrace, Springfield, OH 45501",
  • "privacyUrl": "https://drata.com/privacy",
  • "supportUrl": "https://help.drata.com",
  • "securityEmail": "[email protected]",
  • "securityTraining": "DRATA_PROVIDED",
  • "hipaaTraining": "DRATA_PROVIDED",
  • "backgroundCheck": "CERTN",
  • "securityReport": {
    • "visibility": "PASSING",
    • "sharing": true,
    • "shareToken": "aaaaaaaa-bbbb-0000-cccc-dddddddddddd"
    },
  • "workspaces": "[]",
  • "adminOnboardedAt": "2020-07-06 12:00:00.000000",
  • "renewalPeriodStartDate": "2020-07-06 12:00:00.000000",
  • "securityTrainingLink": "https://security-training-service.com",
  • "hipaaTrainingLink": "https://hipaa-training-service.com",
  • "connections": [
    • {
      • "id": "1",
      • "clientType": "GOOGLE",
      • "state": "ACTIVE",
      • "connected": false,
      • "connectedAt": "2020-07-06 12:00:00.000000",
      • "failedAt": "2020-07-06 12:00:00.000000",
      • "companyId": "12341234",
      • "assignmentId": "FLk12AsS",
      • "user": {
        • "id": 1,
        • "email": "[email protected]",
        • "firstName": "Sally",
        • "lastName": "Smith",
        • "jobTitle": "CEO",
        • "drataTermsAgreedAt": "2020-07-06 12:00:00.000000",
        • "createdAt": "2020-07-06 12:00:00.000000",
        • "updatedAt": "2020-07-06 12:00:00.000000",
        • "roles": [
          • "ROLE",
          • "ANOTHER_ROLE"
          ],
        • "backgroundChecks": [
          • {
            • "id": 1,
            • "userId": 1,
            • "status": "OK",
            • "caseId": "abc123",
            • "caseInvitationId": "abc123",
            • "manualCheckDate": "2020-07-06",
            • "manuallyCheckUrl": "url.com",
            • "type": "CERTN",
            • "source": "DRATA",
            • "reportData": "string",
            • "user": { },
            • "outOfScopeReason": "abc123",
            • "outOfScopeAt": "2020-07-06 12:00:00.000000",
            • "invitationEmail": "[email protected]",
            • "linkedAt": "2020-07-06 12:00:00.000000",
            • "createdAt": "2020-07-06 12:00:00.000000",
            • "updatedAt": "2020-07-06 12:00:00.000000"
            }
          ],
        • "identities": [
          • {
            • "id": 1,
            • "identityId": "1a2b3c",
            • "username": "Username",
            • "connectedAt": "2020-07-06 12:00:00.000000",
            • "disconnectedAt": "2020-07-06 12:00:00.000000",
            • "hasMfa": true,
            • "user": { },
            • "connection": { },
            • "hasIdp": true
            }
          ]
        },
      • "accountId": "string",
      • "clientId": "drata.com",
      • "clientAlias": "My-connection-alias-1",
      • "manuallyUpdatedAt": "2020-07-06 12:00:00.000000",
      • "aliasUpdatedAt": "2020-07-06 12:00:00.000000",
      • "deletedAt": "2020-07-06 12:00:00.000000",
      • "requestorId": "328d3016-71f3-4485-af20-06ce8044da18",
      • "product": "",
      • "writeAccessEnabled": false,
      • "sourcePreference": "LABEL",
      • "securityLabel": "Jira Security Label",
      • "jqlQuery": "project = IT AND type = \"Offboarding\"",
      • "authorized": true,
      • "workspaces": [],
      • "providerTypes": [
        • 5
        ],
      • "code": 10010,
      • "groupLabel": "Everyone"
      }
    ],
  • "createdAt": "2020-07-06 12:00:00.000000",
  • "updatedAt": "2020-07-06 12:00:00.000000",
  • "frameworks": "FrameworkResponsePublicDto[]",
  • "agentEnabled": false,
  • "manualUploadEnabled": false,
  • "drataSupportAccess": [
    • {
      • "id": "1",
      • "clientType": "GOOGLE",
      • "state": "ACTIVE",
      • "connected": false,
      • "connectedAt": "2020-07-06 12:00:00.000000",
      • "failedAt": "2020-07-06 12:00:00.000000",
      • "companyId": "12341234",
      • "assignmentId": "FLk12AsS",
      • "user": {
        • "id": 1,
        • "email": "[email protected]",
        • "firstName": "Sally",
        • "lastName": "Smith",
        • "jobTitle": "CEO",
        • "drataTermsAgreedAt": "2020-07-06 12:00:00.000000",
        • "createdAt": "2020-07-06 12:00:00.000000",
        • "updatedAt": "2020-07-06 12:00:00.000000",
        • "roles": [
          • "ROLE",
          • "ANOTHER_ROLE"
          ],
        • "backgroundChecks": [
          • {
            • "id": 1,
            • "userId": 1,
            • "status": "OK",
            • "caseId": "abc123",
            • "caseInvitationId": "abc123",
            • "manualCheckDate": "2020-07-06",
            • "manuallyCheckUrl": "url.com",
            • "type": "CERTN",
            • "source": "DRATA",
            • "reportData": "string",
            • "user": { },
            • "outOfScopeReason": "abc123",
            • "outOfScopeAt": "2020-07-06 12:00:00.000000",
            • "invitationEmail": "[email protected]",
            • "linkedAt": "2020-07-06 12:00:00.000000",
            • "createdAt": "2020-07-06 12:00:00.000000",
            • "updatedAt": "2020-07-06 12:00:00.000000"
            }
          ],
        • "identities": [
          • {
            • "id": 1,
            • "identityId": "1a2b3c",
            • "username": "Username",
            • "connectedAt": "2020-07-06 12:00:00.000000",
            • "disconnectedAt": "2020-07-06 12:00:00.000000",
            • "hasMfa": true,
            • "user": { },
            • "connection": { },
            • "hasIdp": true
            }
          ]
        },
      • "accountId": "string",
      • "clientId": "drata.com",
      • "clientAlias": "My-connection-alias-1",
      • "manuallyUpdatedAt": "2020-07-06 12:00:00.000000",
      • "aliasUpdatedAt": "2020-07-06 12:00:00.000000",
      • "deletedAt": "2020-07-06 12:00:00.000000",
      • "requestorId": "328d3016-71f3-4485-af20-06ce8044da18",
      • "product": "",
      • "writeAccessEnabled": false,
      • "sourcePreference": "LABEL",
      • "securityLabel": "Jira Security Label",
      • "jqlQuery": "project = IT AND type = \"Offboarding\"",
      • "authorized": true,
      • "workspaces": [],
      • "providerTypes": [
        • 5
        ],
      • "code": 10010,
      • "groupLabel": "Everyone"
      }
    ],
  • "entitlements": [
    • {
      • "name": "Trust Center",
      • "description": "The Trust Center Pages feature",
      • "type": "TRUST_CENTER"
      }
    ],
  • "language": "ENGLISH_US"
}