cURL
curl --request POST \ --url https://api.kit.com/v4/tags/{tag_id}/subscribers/{id} \ --header 'Content-Type: application/json' \ --header 'X-Kit-Api-Key: <api-key>' \ --data '{}'
{ "subscriber": { "id": 123, "first_name": "<string>", "email_address": "<string>", "state": "active", "created_at": "<string>", "tagged_at": "<string>", "fields": {} } }
The subscriber being tagged must already exist. Subscribers can be created using the “Create a subscriber” endpoint.
Authenticate API requests via an API Key
The body is of type object.
object
Returns a 200 when the subscriber already has the tag
Show child attributes
active
cancelled
bounced
complained
inactive
Was this page helpful?