Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List A/B tests and their variants
cURL
curl --request GET \ --url https://api.sequenzy.com/api/v1/ab-tests \ --header 'Authorization: Bearer <token>'
{ "success": true, "abTests": [ { "id": "ab_abc123", "name": "Subject test", "status": "draft", "automationNodeId": "node_abc123", "variants": [ { "id": "var_a", "label": "A", "subject": "Welcome", "previewText": null, "blocks": [] } ] } ] }
curl "https://api.sequenzy.com/api/v1/ab-tests?sequenceId=seq_abc123" \ -H "Authorization: Bearer YOUR_API_KEY"