POST
/
tag
Create a Tag
curl --request POST \
  --url https://api.sendx.io/api/v1/rest/tag \
  --header 'Content-Type: application/json' \
  --header 'X-Team-ApiKey: <api-key>' \
  --data '{
  "name": "Marketing Tag"
}'
{
  "id": "sendx123",
  "name": "My New Resource",
  "success": true
}

Authorizations

X-Team-ApiKey
string
header
required

Body

application/json

The tag content

The body is of type object.

Response

200
application/json

Tag created successfully

The response is of type object.