Skip to main content
GET
/
v1
/
assessment_tags
Retrieve a list of assessments tags
curl --request GET \
  --url https://api.synack.com/v1/assessment_tags \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 123,
    "name": "<string>",
    "count": 123
  }
]

Authorizations

Authorization
string
header
required

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

Response

A list of organization's assessments tags

id
integer<int64>
required
name
string
required

custom assessment tag

count
integer<int64>
required

number of assessments the tag is associated with