Fetch a category

GET {{baseUrl}}/categories/:id

This operation shows details for a single, specified category.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

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