categories

Fetch a category

This operation shows details for a single, specified category.

get/categories/{id}

Path parameters

idstring required
Example:51cd5c07-1583-4f5e-bd81-f1aa11510ea9

Unique identifier for the category.

Response

Success

Example response

{
  "category": {
    "id": "cb65a918-ad7d-406a-80d8-09c9c8d0dbbd",
    "name": "My first category",
    "description": "This is a category description.",
    "parent_id": "cb65a918-ad7d-406a-80d8-09c9c8d0dbb"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.