Retrieve Customer Label

URL : /api/v1/clabels/{id}/

Method : GET

Success Response

Code : 200 OK

Content examples :

{
    "id": 1,
    "label": "Internal",
    "color": "#2e86de",
    "company": null
}

Last updated

Was this helpful?