Skip to main content
POST
/
v1
/
assessment_tags
Create a new assessment tag
curl --request POST \
  --url https://api.synack.com/v1/assessment_tags \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "assessment_id": "<string>"
}
'
{
  "id": 123,
  "name": "<string>"
}

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

assessment_id
string
required

ID of the assessment to tag

Response

The newly created tag

id
integer<int64>
required
name
string
required

custom assessment tag