latestOpenAPI 3.0.02026-08-2217901.1 MB

ef9153fcac7c

Categories

List categories

Endpoint used to list category resources

get/categories

Query parameters

cursorstring

Last pagination reference

limitinteger

max number of Categories returned

Headers

x-organization-idinteger

Required if using a multi organizations token

Response

Successfully fetched Categories list

nextCursorstring nullable required

The cursor to retrieve the next page of Categories.

nextPageUrlstring nullable required

Path with query parameters that can be used to retrieve the next page of Categories.

Example response

{
  "categories": [
    {
      "id": 963,
      "label": "Safety",
      "description": "Used for everything related to Safety"
    }
  ]
}