customers
Create customer
Registers a new customer within the caller account. The document is deduplicated per account.
post/api/v1/customers
Request body
Example request
{
"birth_date": "1990-05-20"
}Response
Customer created.
Registers a new customer within the caller account. The document is deduplicated per account.
{
"birth_date": "1990-05-20"
}Customer created.