

Updated 05 Sep 2023
Did this page help you?
Retrieves a single customer, if requesting manager has access permissions to it.
URL: /api/v1/customers/{id}/
Method: GET
Code: 200 OK
Content Examples:
{ "id": 620, "total_orders": 52, "total_licenses": 117, "labels": [ { "id": 3, "label_id": 8, "label": "Customer", "color": "#ff9f43" }, { "id": 53, "label_id": 34, "label": "Loyal", "color": "#3a0cd4" } ], "customer_account": null, "email": "tc@tc.com", "first_name": "Nameo", "last_name": "", "company_name": "", "phone": "", "reference": "", "address": "", "postcode": "", "city": "", "country": "", "state": "", "clabels_all": "customerloyal", "cognito_user_pool_id": "", "metadata": {}, "company": 277, "license_user": 1879, "clabels": [ 8, 34 ] }