v1

latestOpenAPI 3.0.32026-08-067332206.6 KB
labels

List labels

Lists the labels in the matching Brandfolder.

get/brandfolders/{brandfolder_id}/labels

Response

The labels in the matching Brandfolder.

Example response

{
  "data": [
    {
      "id": "oqgkkd-fr5iv4-443db",
      "attributes": {
        "name": "onboarding",
        "path": [
          "oqgkkd-fr5iv4-443db",
          "abc123"
        ],
        "depth": 2
      }
    }
  ],
  "meta": {
    "current_page": 1,
    "total_pages": 1,
    "total_count": 1
  }
}