GET
curl -i -X GET \
'https://api.pracsuite.com/v1/tag/{tag_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/1" }, "tenant_id": 0, "tag_id": 0, "tag_category_id": 0, "description": "string", "archived": true }