v1

latestOpenAPI 3.0.1MIT2026-07-263151,3912.3 MB
Categories

List Categories

List all categories.

get/v1/categories

Response

Returns a dictionary of category objects.

object'list' required

The type of the object represented by JSON. This object stores information about categories in a dictionary.

data_ref'data' required

Identifies the name of the attribute that contains the array of category objects.

totalinteger required

Total number of categories.

Example response

{
  "data": [
    {
      "created_at": "2022-07-14T10:45:13.156Z",
      "updated_at": "2022-08-16T10:52:08.094Z"
    }
  ]
}