v1

latestOpenAPI 3.0.32026-07-2226694862.5 KB
Categories

Get Category

Retrieve a single category by its ID.

get/networks/categories/{categoryId}

Path parameters

categoryIdinteger required

The unique category ID.

Response

network_category_idinteger

Unique category ID.

network_idinteger

Network ID this category belongs to.

namestring

Category name.

status'active' | 'inactive'

Category status.

time_createdinteger

Unix timestamp of creation.

time_savedinteger

Unix timestamp of last update.

Example response

{
  "time_created": 1734455015,
  "time_saved": 1734455015
}