Labels
Get label by Id
Fetch the label with the given Id
get/api/v4/labels/{id}
Path parameters
idstring required
Id of the label
Response
Success
Example response
{
"active": true,
"client_id": "5ad782201d2e111dba689aa86d149702",
"description": "Cabify label example",
"id": "9a0e2da7-f93a-4b24-bce4-7a8b10d3997a",
"name": " Name of the Label",
"slug": "name-of-the-label"
}