Skip to main content
POST
Create customer

Authorizations

x-api-key
string
header
required

API key for merchant authentication required for most endpoints

Body

application/json
firstname
string
required

Customer first name

Example:

"John"

lastname
string
required

Customer last name

Example:

"Doe"

email
string<email>
required

Customer email address

Example:

"john.doe@example.com"

Response

Customer created successfully

success
boolean
Example:

true

message
string
Example:

"Customer created successfully"

data
object