Create Customer
POST
/customers
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/customers' \
--header 'X-Identifier: 01ca8a76-8d28-4da4-a077-40816f5e31c0' \
--header 'Authorization: Bearer 1ePWIFDGKH5Jnjs8fnAVr0JsWrcYSJaO3LLtVvJkk' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "customer122a1121121@email.com",
"invoice_email": "customer-invoice@email.com",
"password": "super-secret-p@ss",
"customer_type": "person",
"billing_address": {
"firstname": "a1",
"lastname": "b2",
"country": "SE"
}
}'
Response Response Example
{}
Request
Header Params
X-Identifier
string
required
Example:
01ca8a76-8d28-4da4-a077-40816f5e31c0
Authorization
string
required
Example:
Bearer 1ePWIFDGKH5Jnjs8fnAVr0JsWrcYSJaO3LLtVvJkk
Content-Type
string
required
Example:
application/json
Body Params application/json