POST
/
v1
/
customers

Authorizations

Authorization
string
headerrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
name
string
required

Customer fullname

email
string
required
address
object
required
phone_number
string

Response

200 - application/json
id
string
name
string

Customer fullname

email
string
phone_number
string
address
object