GET
curl -i -X GET \
'https://api.pracsuite.com/v1/tag_category/{tag_category_id}' \
-H 'a-api-key: YOUR_API_KEY_HERE' \
-H 'x-api-key: YOUR_API_KEY_HERE'Response
{ "links": { "self": "https://api.pracsuite.com/v1/tag_category/1", "tags": "https://api.pracsuite.com/v1/tag_category/1/tag" }, "tenant_id": 0, "tag_category_id": 0, "description": "string", "is_clinical": true, "is_patient": true, "archived": true }