## Get category **get** `/api/v1/categories/{categoryId}` Get category ### Path Parameters - `categoryId: string` ### Query Parameters - `spaceId: optional string` Optional space id; when omitted, the user’s default space is used. ### Example ```http curl https://$FLUIDWAVE_HOST/api/v1/categories/$CATEGORY_ID ```