POST
/
customers

Authorizations

Authorization
string
header
required

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

Body

application/json
email
string
required
name
string
required
phone_number
string | null

Response

200 - application/json
business_id
string
required
created_at
string
required
customer_id
string
required
email
string
required
name
string
required
phone_number
string | null