Skip to main content
GET
List step variants

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Get your API key from the Reply dashboard: Settings → API Key.

Path Parameters

id
integer
required

Sequence Id

step_id
integer
required

Step Id

Response

List of variants retrieved successfully

id
integer
read-only

Unique identifier for the variant

subject
string | null

Subject line of the variant

message
string | null

Message content of the variant

isEnabled
boolean

Whether the variant is enabled

hasAttachments
boolean

Whether the variant has any attachments. To retrieve or modify attachments, use GET /v3/attachments and the attachmentIds field on create/update.