Skip to main content
GET
/
api
/
v1
/
email-sequences
List all Email Sequences
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
}

Query Parameters

campaign_uid
string
required

UID of the campaign to fetch email sequences from.

Response

Success

data
object[]
required
total
integer
required