Skip to main content
POST
Create Customer

Authorizations

Authorization
string
header
required

Provide the Bearer API Key generated for your brand.

Body

application/json
name
string
required

Customer full display name.

Example:

"Alice Smith"

email
string<email>

Customer email. Must be unique per brand.

phone
string

Customer phone.

Example:

"+8801800000000"

Response

Customer record created successfully.

success
boolean
Example:

true

data
object
Last modified on July 12, 2026