Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Payload to create customer
Customer identifier
Maximum length:
50
Example:
"01BX5ZZKBKACTAV9WEVGEMMVRZ"
Name of the Customer
Required string length:
3 - 255
Example:
"ACME Enterprise"
Primary email of the customer
Maximum length:
320
Example:
"admin@example.com"
billing address of the customer
Maximum length:
10
Payload to create account
Response
Response for Create customer request
Identifier of customer
Maximum length:
50
Unique identifier of customer
Name of the Customer
Required string length:
3 - 255
Primary email of the customer
Maximum length:
320
billing address of the customer
Maximum length:
10
Structure of an account