Retrieve all assessments tags defined by your organization including the number of assessments they are associated with.
cURL
curl --request GET \ --url https://api.synack.com/v1/assessment_tags \ --header 'Authorization: Bearer <token>'
[ { "id": 123, "name": "<string>", "count": 123 } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A list of organization's assessments tags
custom assessment tag
number of assessments the tag is associated with