cURL
curl --request GET \ --url https://api.reply.io/v3/sequences/{id}/steps/{step_id}/variants \ --header 'X-API-Key: <api-key>'
[ { "id": 1, "subject": "Follow up on our conversation", "body": "Hi {{firstName}}, I wanted to follow up...", "isEnabled": true } ]
Coming soon. This endpoint will be available once Reply API 3.0 enters beta. We will notify all users when beta access opens. Request early access.
Returns all variants for a sequence step
API key passed in the X-API-Key header
Sequence Id
Step Id
List of variants retrieved successfully
Unique identifier for the variant
Subject line of the variant
Body content of the variant
Whether the variant is enabled