Skip to main content
GET
/
customer-trust
/
tag-categories
/
{tagCategoryId}
Get tags for category
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"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tagCategoryId
string
required

Response

200 - application/json

Ok

category
object
required
tags
object[]
required