v1

latestOpenAPI 3.0.32026-07-2226694862.5 KB
Categories

Create Category

Create a new offer category. Provide a name and status to define the category.

post/networks/categories

Request body

namestring required

Name of the category.

status'active' | 'inactive' required

Status of the category.

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
}