Get Companies

GET {{base_url}}/company/v2/companies

The 'Get Companies' endpoint will return a list of all the companies that you have created.

The following details will be returned for the company: - Company id - Name of the company - Date of creation - Registered address - Website - Industry - External ID - Companies house number (CRN)

The companies can be queried by external ID and/or CRN.

Query Parameters

FieldTypeDescription
pageIdstringPage offset of results
externalIdstringExternal ID that a partner may want to use to identify a company
crnstringCompanies house number; specific to companies registered with Companies house in the UK

Attributes

FieldTypeDescription
idstringUnique identifier for the company
namestringName of the company
descriptionstringDescription of the company
websitestringCompany website
addressstringAddress of the company
createdAtstringDate of creation of the company
industrystringIndustry name
externalIdstringExternal ID that a partner may want to use to identify a company
crnstringCompanies house number; specific to companies registered with Companies house in the UK

Request Params

KeyDatatypeRequiredDescription
pageIdnullPage offset of results
externalIdnullExternal ID that a partner may want to use to identify a company
crnnullCompanies house number; specific to companies registered with Companies house in the UK

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
X-Api-Keystring
X-Partner-Idstring
Authorizationstring

RESPONSES

status: OK

{"results":[{"id":"CompanyID1234","name":"Company name","description":"Micro SME","website":"www.companyname.com","industry":"IT","address":"London","externalId":"19988-7766","crn":"14455-345","createdAt":"2020-10-21T12:55:09.655Z"}],"links":{}}