v1

latestOpenAPI 3.0.02026-07-24102143224.1 KB
Categories

Create category

post/v3/categories

Request body

namestring required

Name of the Category to create

Example request

{
  "name": "Premium Subscription"
}

Response

The Category

idstring required

Unique identifier of the Category

namestring required

Name of the Category

Example response

{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "name": "Premium Subscription"
}