Skip to main content
POST
/
v1
/
vulnerability_tags
Create a vulnerability tag
curl --request POST \
  --url https://api.synack.com/v1/vulnerability_tags \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'
{
  "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.

Body

application/json
name
string
required

Name of the tag

Response

Tag created successfully

id
integer
name
string
editable
boolean
organization_profile_id
integer