Get exit reason category by ID

Get a single exit reason category (with nested subcategories) for the plan manager. Uses the same scope as the list endpoint (own categories, otherwise global).

Authentication

AuthorizationBearer
API key issued for your account. Send as Bearer token in the Authorization header.
X-Plan-Manager-Idstring
Plan manager UUID. Required on all public API requests to scope data access.

Path parameters

category_idstringRequiredformat: "uuid"
Exit reason category UUID

Response

Single exit reason category with nested subcategories
idstringformat: "uuid"
namestring
descriptionstring
display_orderinteger
is_activeboolean
subcategorieslist of objects

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error