POST
/
v1
/
customers

Authorizations

Authorization
string
header
required

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

Body

application/json
address
object
required
email
string
required
name
string
required

Customer fullname

phone_number
string

Response

200 - application/json
address
object
email
string
id
string
name
string

Customer fullname

phone_number
string