v1
latestOpenAPI 3.1.02026-07-241210356.3 KBCustomers
Add
This endpoint allows you to create a new customer in the system.
post/Customers/Add
Headers
api-keystring required
API Key
secret-keystring required
Secret Key
Request body
Example request
{
"contacts": [
{
"contact_country_iso": "IL"
}
]
}Response
200
Example response
{
"results": {
"status": "success",
"description": "operation has been success"
},
"data": {
"customer_uid": "84aa6e4e-fe42-4d5f-b9cd-59dbc3817f10"
}
}