Admin API
cURL
curl --request POST \ --url https://api.juo.io/admin/v1/customers \ --header 'Content-Type: application/json' \ --header 'X-Juo-Admin-Api-Key: <api-key>' \ --data ' { "firstName": "<string>", "lastName": "<string>", "email": "[email protected]", "phone": "<string>", "tags": [ "<string>" ], "note": "<string>" } '
{ "id": "<string>", "resource": "customer", "displayName": "<string>", "email": "[email protected]", "phone": "<string>" }
Used to create a customer.
Unique identifier of the tenant in the system (usually a store identifier)
Default Response
1
customer
Customer's full name.
Customer's contact email.
Customer's contact phone.