Businesses
Create Business
Create a new business entity
POST
Create Business
Creates a new business record in the system. The business can then be associated with users and used for KYB registration.
Authentication
This endpoint requires a valid JWT bearer token in theAuthorization header.
Body Parameters
Legal name of the business.
Type of business entity (e.g.
llc, corporation, sole_proprietorship).ISO 3166-1 alpha-2 country code where the business is registered (e.g.
US, GB).Primary contact email for the business.
Primary contact phone number.
Response
Unique business identifier.
Legal business name.
Business entity type.
Country code.
Contact email.
Contact phone number.
ISO 8601 timestamp of when the business was created.
Create Business