Get Company (by id)

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

The ‘Get company’ endpoint will return company details for a specific company.

Path variables

FieldTypeDescription
companyIdstringUnique identifier for the company

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

Error messages

ConditionResponse StatusResponse Body
Invalid company id404 Not Found

HEADERS

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

RESPONSES

status: OK

{"id":"CompanyID9890","name":"Company name","description":"Micro SME","website":"www.companyname.com","industry":"IT","address":"London","externalId":"19988-7766","crn":"14455-345","createdAt":"2020-10-28T15:27:15.367Z"}