cURL
curl --request POST \ --url https://api.kit.com/v4/sequences/{sequence_id}/subscribers \ --header 'Content-Type: application/json' \ --header 'X-Kit-Api-Key: <api-key>' \ --data ' { "email_address": "[email protected]" } '
{ "subscriber": { "id": 882, "first_name": "Alice", "email_address": "[email protected]", "state": "active", "created_at": "2023-02-17T11:43:55Z", "added_at": "2023-02-17T11:43:55Z", "fields": {} } }
The subscriber being added to the sequence must already exist. Subscribers can be created using the “Create a subscriber” endpoint.
Authenticate API requests via an API Key
Returns a 200 when the subscriber has already been added to the sequence
Show child attributes
Was this page helpful?