post https://api.amberflow.io/api/v1/customers
Creates a new customer.
Log in to see full request history
Responses
Creates a new customer.
xxxxxxxxxx
curl --request POST \
--url https://api.amberflow.io/api/v1/customers \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"id": "ddad2b52-142c-4483-a02e-65bc77098ce8",
"created_at": "2024-09-23T12:00:00.000Z",
"name": "Doe",
"email": "john@example.com",
"language": "en-US",
"group_id": "cc143411-c545-4b8a-bea6-ab6b6c6a451b"
}