cURL
curl --request PUT \ --url https://api.kit.com/v4/tags/{id} \ --header 'Content-Type: application/json' \ --header 'X-Kit-Api-Key: <api-key>' \ --data '{ "name": "signed up" }'
{ "tag": { "id": 30, "name": "signed up", "created_at": "2025-07-15T22:10:43Z" } }
Authenticate API requests via an API Key
Updates the tag name
The response is of type object.
object
Was this page helpful?