v2
latestOpenAPI 3.1.12026-08-06856719.6 KBCreate a customer
This endpoint allows you to create a customer. The customer will be created with the provided details and will be returned in the response.
post/v1/customers
Headers
X-BUSINESS-API-KEYstring required
Example:b286daabf9921b5a01a4621f026c111e046f8911feba212996c92159b98427d
Request body
Example request
{
"name": "John Doe"
}Response
201