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": 3619, "name": "signed up", "created_at": "2025-06-06T19:00:04Z" } }
Authenticate API requests via an API Key
Updates the tag name
The response is of type object.
object
Was this page helpful?