v1

latestOpenAPI 3.1.02026-07-241642423.7 KB

Company Business Details Component

This Component allows an employer to provide Check with core details about their business.

post/companies/{company}/components/business_details

Path parameters

companystring required

ID of the company for which a component link will be generated

Request body

signatorystring required

The ID of the signatory object for this company. You must provide either a signatory ID (recommended) or all three body params shown below

signer_namestring

The name of the person who has permission to onboard on behalf of the company.

signer_titlestring

The title of the person who has permission to onboard on behalf of the company (e.g. "Officer", "Manager", etc.).

emailstring

The email of the person who has permission to onboard on behalf of the company

Response

200

urlstring

Example response

{
  "url": "{component_url}"
}