Labels
Get a Label
Retrieves details about the given label.
get/customers/labels/{labelId}
Response
The label was successfully retrieved
Example response
{
"data": {
"id": "000000-000000-000000-000000",
"value": "VIP",
"colour": "ff6634",
"organisation_id": "000000-000000-000000-000000",
"created_at": "2021-01-01T00:00:00.000Z",
"updated_at": "2021-01-01T00:00:00.000Z"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.