Skip to main content
GET
/
admin
/
categories
/
table
Get Categories Table
curl --request GET \
  --url https://api.decodahealth.com/admin/categories/table \
  --header 'API-KEY: <api-key>' \
  --header 'TENANT: <tenant>'
[
  {
    "name": "<string>",
    "usage": {
      "items": [
        {
          "id": "<string>",
          "name": "<string>"
        }
      ],
      "commissionStructures": [
        {
          "id": "<string>",
          "name": "<string>"
        }
      ],
      "memberships": [
        {
          "id": "<string>",
          "name": "<string>"
        }
      ]
    },
    "description": "<string>"
  }
]

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Response

200 - application/json

Successful Response

name
string
required
usage
CategoryUsageDetail · object
required

Detailed usage information showing actual items/rules using this category

description
string | null