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_id
Exit reason category UUID
Response
Single exit reason category with nested subcategories
id
name
description
display_order
is_active
subcategories
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error

