POST
/
customers

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Payload to create customer

address
object
required

billing address of the customer

id
string
required

Customer identifier

Maximum length: 50
name
string
required

Name of the Customer

Required string length: 3 - 255
primaryEmail
string
required

Primary email of the customer

Maximum length: 320
account
object

Payload to create account

settings
object[]

Response

201 - application/json
id
string
required

Identifier of customer

Maximum length: 50
name
string
required

Name of the Customer

Required string length: 3 - 255
primaryEmail
string
required

Primary email of the customer

Maximum length: 320
togaiCustomerId
string
required

Unique identifier of customer

account
object

Structure of an account

address
object

billing address of the customer

billingAddress
string
settings
object[]