cURL
curl --request GET \ --url https://api.example.com/api/v1/email-sequences/
{ "data": [ { "id": 123, "subject": "<string>", "body": "<string>", "order": -1, "next_message_days": 16383, "score": 1073741823, "verdict": "<string>", "suggestions": "<unknown>", "label": "passed", "blocked_reason": "<string>", "is_flagged_for_approval": true, "block_approval": true, "email_content_type": "text/plain" } ], "total": 123 }
Returns all the email sequence data for this campaign.
UID of the campaign to fetch email sequences from.
Success
Show child attributes