Customers
Create Customer
Create a new customer.
POST
Authorizations
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
Required string length:
3 - 50
Last name
Required string length:
3 - 50
Email address.
Phone e.g., +971500123456.
Maximum length:
15
Business name.
Maximum length:
50
Job Title
Maximum length:
50
Country code. get it from /countries endpoint
Maximum length:
2
Province ID. get it from /provinces endpoint
Street address
Maximum length:
100
City name.
Maximum length:
100
Zip/Postal code.
Maximum length:
16
Response
201
application/json