Skip to main content
POST
Create a customer

Headers

X-BUSINESS-API-KEY
string
required
Example:

"b286daabf9921b5a01a4621f026c111e046f8911feba212996c92159b98427d"

Body

application/json
email
string<email>
required

The email of the customer

phone_number
string
required

The phone number of the customer

name
string

The name of the customer

Example:

"John Doe"

phone_number_country_code
string

The country code of the phone number

remark
string

The remark of the customer

Maximum string length: 255
birth_date
string<date>

The birth date of the customer

gender
string

The gender of the customer

address
object

Response

201 - application/json

201

id
string
required
name
string
required
birth_date
string
required
email
string
required
phone_number
string
required
address
object
required
gender
string
required
remark
string
required
phone_number_country_code
string
required
created_at
string
required
updated_at
string
required
Last modified on February 25, 2026