POST
/
v1
/
customers

Authorizations

X-API-KEY
string
headerrequired

Your API key. This is required by all endpoints to access our API programatically. You can view your API Key by navigating to the app settings

Body

application/json
first_name
string
required

First name

Required string length: 3 - 50
last_name
string
required

Last name

Required string length: 3 - 50
email
string

Email address.

phone_number
string

Phone e.g., +971500123456.

Maximum length: 15
business_name
string

Business name.

Maximum length: 50
job_title
string

Job Title

Maximum length: 50
country
string

Country code. get it from /countries endpoint

Maximum length: 2
province
string

Province ID. get it from /provinces endpoint

street
string

Street address

Maximum length: 100
city
string

City name.

Maximum length: 100
zip_code
string

Zip/Postal code.

Maximum length: 16

Response

201 - application/json
id
string
required
created
string
required
first_name
string
required
last_name
string
required
business_name
string
required
job_title
string
required
province
integer
required
city
string
required
street
string
required
zip_code
string
required
email
string
required
phone_number
string
required
country
string