Get an enterprise
Retrieve a single enterprise by id. Returns 404 if the id does not exist or does not belong to your account.
Path parameters
The enterprise id. Lowercase UUID.
Response
Enterprise.
Example response
{
"data": {
"id": "4a6192a4-573d-446d-b3ce-aff9117272a6",
"legal_name": "Acme Plumbing LLC",
"organization_type": "commercial",
"country_code": "US",
"role_type": "enterprise",
"website": "https://acmeplumbing.example.com",
"fein": "12-3456789",
"industry": "technology",
"number_of_employees": "51-200",
"organization_legal_type": "llc",
"doing_business_as": "Acme Plumbing",
"jurisdiction_of_incorporation": "Delaware",
"customer_reference": "internal-id-12345",
"organization_contact": {
"first_name": "Sam",
"last_name": "Org",
"email": "sam@acmeplumbing.example.com",
"job_title": "Compliance Lead",
"phone_number": "+13125550000"
},
"billing_contact": {
"first_name": "Alex",
"last_name": "Bill",
"email": "billing@acmeplumbing.example.com",
"phone_number": "+13125550001"
},
"organization_physical_address": {
"country": "US",
"administrative_area": "IL",
"city": "Chicago",
"postal_code": "60601",
"street_address": "100 Main St",
"extended_address": "Suite 504"
},
"billing_address": {
"country": "US",
"administrative_area": "IL",
"city": "Chicago",
"postal_code": "60601",
"street_address": "100 Main St",
"extended_address": "Suite 504"
},
"created_at": "2026-04-26T18:06:51.940749Z",
"updated_at": "2026-04-26T18:09:24.785211Z"
}
}Changes
Changed in 1 of the 47 revisions of this API.12142
- ▲
the
data/billing_contact/emailresponse property's maxLength was unset from255for the response status200response-property-max-length-unset
- ▲
the
data/billing_contact/phone_numberresponse property's maxLength was unset from20for the response status200response-property-max-length-unset
- ▲
the
data/organization_contact/emailresponse property's maxLength was unset from255for the response status200response-property-max-length-unset
- ▲
the
data/organization_physical_address/administrative_arearesponse property's maxLength was unset from100for the response status200response-property-max-length-unset
- ▲
the
data/organization_physical_address/countryresponse property's maxLength was unset from100for the response status200response-property-max-length-unset
- ▲
the
data/billing_addressresponse's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
removed the required property
data/billing_address/administrative_areafrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/billing_address/cityfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/billing_address/countryfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/billing_address/postal_codefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/billing_address/street_addressfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/organization_contact/phonefrom the response with the200statusresponse-required-property-removed
- ●
removed the optional property
data/billing_address/extended_addressfrom the response with the200statusresponse-optional-property-removed
- ○
api operation id
GetEnterpriseremoved and replaced withgetEnterpriseapi-operation-id-removed
- ○
added the optional property
data/branded_calling_enabledto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/jurisdiction_of_incorporationto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/number_reputation_enabledto the response with the200statusresponse-optional-property-added
- ○
added the optional property
errors/items/meta/pending_check_codesto the response with the401statusresponse-optional-property-added
- ○
added the optional property
errors/items/meta/pending_check_codesto the response with the404statusresponse-optional-property-added
- ○
added the optional property
errors/items/meta/pending_check_idsto the response with the401statusresponse-optional-property-added
- ○
added the optional property
errors/items/meta/pending_check_idsto the response with the404statusresponse-optional-property-added
- ○
added the optional property
errors/items/meta/pending_check_labelsto the response with the401statusresponse-optional-property-added
- ○
added the optional property
errors/items/meta/pending_check_labelsto the response with the404statusresponse-optional-property-added
- ○
added the optional property
errors/items/source/parameterto the response with the401statusresponse-optional-property-added
- ○
added the optional property
errors/items/source/parameterto the response with the404statusresponse-optional-property-added
- ○
the response optional property
data/created_atbecame read-only for the status200response-optional-property-became-read-only
- ○
the response optional property
data/idbecame read-only for the status200response-optional-property-became-read-only
- ○
the response optional property
data/updated_atbecame read-only for the status200response-optional-property-became-read-only
- ○
the response property
databecame required for the status200response-property-became-required
- ○
the response property
errorsbecame required for the status401response-property-became-required
- ○
the response property
errorsbecame required for the status404response-property-became-required
- ○
the response property
errors/items/detailbecame required for the status401response-property-became-required
- ○
the response property
errors/items/detailbecame required for the status404response-property-became-required
- ○
the response property
errors/items/metabecame required for the status401response-property-became-required
- ○
the response property
errors/items/metabecame required for the status404response-property-became-required
- ○
the response property
errors/items/meta/urlbecame required for the status401response-property-became-required
- ○
the response property
errors/items/meta/urlbecame required for the status404response-property-became-required
- ○
removed the
1-10enum value from thedata/number_of_employeesresponse property for the response status200response-property-enum-value-removed
- ○
removed the
10001+enum value from thedata/number_of_employeesresponse property for the response status200response-property-enum-value-removed
- ○
removed the
11-50enum value from thedata/number_of_employeesresponse property for the response status200response-property-enum-value-removed
- ○
removed the
2001-10000enum value from thedata/number_of_employeesresponse property for the response status200response-property-enum-value-removed
- ○
removed the
201-500enum value from thedata/number_of_employeesresponse property for the response status200response-property-enum-value-removed
- ○
removed the
501-2000enum value from thedata/number_of_employeesresponse property for the response status200response-property-enum-value-removed
- ○
removed the
51-200enum value from thedata/number_of_employeesresponse property for the response status200response-property-enum-value-removed
- ○
removed the
bpoenum value from thedata/role_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
commercialenum value from thedata/organization_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
corporationenum value from thedata/organization_legal_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
enterpriseenum value from thedata/role_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
governmentenum value from thedata/organization_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
llcenum value from thedata/organization_legal_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
non_profitenum value from thedata/organization_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
nonprofitenum value from thedata/organization_legal_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
otherenum value from thedata/organization_legal_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
partnershipenum value from thedata/organization_legal_typeresponse property for the response status200response-property-enum-value-removed
- ○
added the required property
data/organization_contact/phone_numberto the response with the200statusresponse-required-property-added
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲