Skip to main content

Retrieve a category

Retrieves a category object.

Parameters

No parameters.

Returns

Returns the category object for a valid identifier.

get
/api/categories/{id}
curl https://{workspace}.documocu.com/api/categories/{id} \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {API_KEY}'
Response
{
"created_at": "2024-05-14T12:35:40+00:00",
"id": "cat_7vd1kynnir8fxdg6qgtgvuom",
"name": "Occaecati",
"updated_at": "2024-05-14T12:35:40+00:00"
}