Retrieve a company

Retrieves company information for a company specified by the provided identifier (companyId)

SecurityZephrHmacHttp
Request
path Parameters
companyId
required
string

The company's unique identifier

Example: 1f6841a8-7f3b-4505-856e-4549be433545
Responses
200

OK - Company information was successfully retrieved

404

Not found - No companies were found with the supplied identifier

get/v4/companies/{companyId}
Response samples
application/json
{
  • "company_id": "1f6841a8-7f3b-4505-856e-4549be433545",
  • "name": "My Company",
  • "description": "This is an example company",
  • "website": "https://company.com",
  • "contact": "email@company.com",
  • "account_manager": "Joe Blow",
  • "tenantId": "my-tenant",
  • "subTenantId": "my-tenant"
}