Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve a tag category and its associated tags by category ID.
cURL
curl --request GET \ --url https://api.vanta.com/v1/customer-trust/tag-categories/{tagCategoryId} \ --header 'Authorization: Bearer <token>'
{ "category": { "id": "507f1f77bcf86cd799439011", "displayName": "Industry" }, "tags": [ { "id": "507f1f77bcf86cd799439013", "category": "507f1f77bcf86cd799439011", "displayName": "Healthcare" }, { "id": "507f1f77bcf86cd799439014", "category": "507f1f77bcf86cd799439011", "displayName": "Finance" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Ok
Show child attributes
Was this page helpful?
Contact support