Companies

Get company access token

Use the Get company access token endpoint to return an access token for the specified company ID. The token is valid for one day.

The token is required by Codat's embeddable UIs (such as Connections SDK and Link SDK) to verify the identity of the user and improve the reliability of data provided by them.

get/companies/{companyId}/accessToken

Path parameters

companyIdCompanyId required— unresolved $ref

Unique identifier for a company.

Response

OK

CompanyAccessToken required— unresolved $ref

Changes