POST /customer
POST
/customer
Create a new customer
Headers
Content-Type
application/json
Authorization
Bearer <token>
Body
name*
string
Name of the user
email*
Email of the user
external_id*
ID of supplier in external system
country
Alpha-2 country code
Response
{ "status": "ok", }
{ "error": "Invalid request" }
Last updated 1 year ago