v1

latestOpenAPI 3.0.0Cabify Api support2026-07-264588127.9 KB
Labels

Create a Label

Creates a new label.

post/api/v4/labels

Request body

activeboolean

If false the Label is disabled

descriptionstring

Description of the Label

namestring required

Name of the Label

Example request

{
  "active": true,
  "description": "Some description of the label",
  "name": "Cabify label example"
}

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"
}