POST
/
v4
/
tags
curl --request POST \
  --url https://api.kit.com/v4/tags \
  --header 'Content-Type: application/json' \
  --header 'X-Kit-Api-Key: <api-key>' \
  --data '{
  "name": "Completed"
}'
{
  "tag": {
    "id": 3601,
    "name": "Completed",
    "created_at": "2025-06-06T19:00:02Z"
  }
}

Authorizations

X-Kit-Api-Key
string
header
required

Authenticate API requests via an API Key

Body

application/json

Response

200
application/json

Returns the tag if it already exists

The response is of type object.