Admin API
cURL
curl --request GET \ --url https://api.juo.io/admin/v1/customers \ --header 'X-Juo-Admin-Api-Key: <api-key>' \ --header 'X-Tenant-ID: <x-tenant-id>'
{ "resource": "list", "hasNextPage": true, "hasPrevPage": true, "endCursor": null, "startCursor": null, "data": [ { "id": "<string>", "resource": "customer", "displayName": "<string>", "email": null, "phone": null } ] }
Returns a list of customers.
1 <= x <= 100
1
list
Show child attributes