List enterprises
Return the enterprises you own, paginated. The default page size is 20; the maximum is 250.
Query parameters
1-based page number. Out-of-range values return an empty page with correct meta.
Items per page. Default 10. Maximum 250; values above are clamped to 250.
Filter by legal name (partial match).
Case-insensitive partial match on legal name.
Response
Paginated list of enterprises.
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"
}
],
"meta": {
"total_pages": 3,
"total_results": 42,
"page_number": 1,
"page_size": 20
}
}Changes
Changed in 2 of the 47 revisions of this API.12141
- ○
added the new optional
queryrequest parameterfilter[legal_name][contains]new-optional-request-parameter
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
the
data/items/billing_contact/emailresponse property's maxLength was unset from255for the response status200response-property-max-length-unset
- ▲
the
data/items/billing_contact/phone_numberresponse property's maxLength was unset from20for the response status200response-property-max-length-unset
- ▲
the
data/items/organization_contact/emailresponse property's maxLength was unset from255for the response status200response-property-max-length-unset
- ▲
the
data/items/organization_physical_address/administrative_arearesponse property's maxLength was unset from100for the response status200response-property-max-length-unset
- ▲
the
data/items/organization_physical_address/countryresponse property's maxLength was unset from100for the response status200response-property-max-length-unset
- ▲
the
data/items/billing_addressresponse's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
removed the required property
data/items/billing_address/administrative_areafrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/billing_address/cityfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/billing_address/countryfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/billing_address/postal_codefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/billing_address/street_addressfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/organization_contact/phonefrom the response with the200statusresponse-required-property-removed
- ●
removed the optional property
data/items/billing_address/extended_addressfrom the response with the200statusresponse-optional-property-removed
- ○
api operation id
ListEnterprisesremoved and replaced withlistEnterprisesapi-operation-id-removed
- ○
for the
queryrequest parameterpage[size], the max was increased from100.00to250.00request-parameter-max-increased
- ○
added the optional property
data/items/branded_calling_enabledto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/jurisdiction_of_incorporationto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/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_idsto the response with the401statusresponse-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/source/parameterto the response with the401statusresponse-optional-property-added
- ○
the response optional property
data/items/created_atbecame read-only for the status200response-optional-property-became-read-only
- ○
the response optional property
data/items/idbecame read-only for the status200response-optional-property-became-read-only
- ○
the response optional property
data/items/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
errors/items/detailbecame required for the status401response-property-became-required
- ○
the response property
errors/items/metabecame required for the status401response-property-became-required
- ○
the response property
errors/items/meta/urlbecame required for the status401response-property-became-required
- ○
the response property
metabecame required for the status200response-property-became-required
- ○
the response property
meta/page_numberbecame required for the status200response-property-became-required
- ○
the response property
meta/page_sizebecame required for the status200response-property-became-required
- ○
the response property
meta/total_pagesbecame required for the status200response-property-became-required
- ○
the response property
meta/total_resultsbecame required for the status200response-property-became-required
- ○
removed the
1-10enum value from thedata/items/number_of_employeesresponse property for the response status200response-property-enum-value-removed
- ○
removed the
10001+enum value from thedata/items/number_of_employeesresponse property for the response status200response-property-enum-value-removed
- ○
removed the
11-50enum value from thedata/items/number_of_employeesresponse property for the response status200response-property-enum-value-removed
- ○
removed the
2001-10000enum value from thedata/items/number_of_employeesresponse property for the response status200response-property-enum-value-removed
- ○
removed the
201-500enum value from thedata/items/number_of_employeesresponse property for the response status200response-property-enum-value-removed
- ○
removed the
501-2000enum value from thedata/items/number_of_employeesresponse property for the response status200response-property-enum-value-removed
- ○
removed the
51-200enum value from thedata/items/number_of_employeesresponse property for the response status200response-property-enum-value-removed
- ○
removed the
bpoenum value from thedata/items/role_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
commercialenum value from thedata/items/organization_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
corporationenum value from thedata/items/organization_legal_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
enterpriseenum value from thedata/items/role_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
governmentenum value from thedata/items/organization_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
llcenum value from thedata/items/organization_legal_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
non_profitenum value from thedata/items/organization_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
nonprofitenum value from thedata/items/organization_legal_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
otherenum value from thedata/items/organization_legal_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
partnershipenum value from thedata/items/organization_legal_typeresponse property for the response status200response-property-enum-value-removed
- ○
added the required property
data/items/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
- ▲