Skip to main content

List Labels

GET /labels
Retrieves a list of all labels.

Response

{
  "data": [
    {
      "id": "string",
      "name": "string",
      "bg_color": "string",
      "text_color": "string"
    }
  ]
}