Create a new vulnerability tag
cURL
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 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Name of the tag
Tag created successfully