Skip to content
Letterhead Letterhead Letterhead Help Center
Admin Tools

Update a tag

PUT
/api/v3/contacts/tags/{tagId}
curl --request PUT \
--url https://api.tryletterhead.com/api/v3/contacts/tags/1 \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "api": true, "name": "highly-engaged-readers" }'
tagId
required
integer

The tag’s numeric identifier.

Media type application/json
object
api

Required. Set to true to authenticate with an API key.

boolean
name
string
color
string
Example
{
"api": true,
"name": "highly-engaged-readers"
}

Tag updated

Still can’t find what you need? Contact support.