Skip to main content
GET
/
v1
/
vulnerability_tags
Get vulnerability tags
curl --request GET \
  --url https://api.synack.com/v1/vulnerability_tags \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 123,
    "name": "<string>",
    "editable": true,
    "organization_profile_id": 123
  }
]

Authorizations

Authorization
string
header
required

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

Response

Vulnerability tags retrieved successfully

id
integer
name
string
editable
boolean
organization_profile_id
integer