The companyRegistration
API is used to register a company, collect key company details like business name and website, and create an admin user. This is the first step in the multi-step company onboarding process.
companyId
to be used in subsequent onboarding stepsBasic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
The response is of type object
.