Skip to main content
POST
/
v3
/
sequences
/
{id}
/
steps
/
{step_id}
/
enable
Enable step variants
curl --request POST \
  --url https://api.reply.io/v3/sequences/{id}/steps/{step_id}/enable \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "variantIds": [
    123
  ]
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.reply.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Authorization: Bearer <your-api-key>

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

Path Parameters

id
integer
required

Sequence Id

step_id
integer
required

Step Id

Body

application/json
variantIds
integer[]
required

List of variant IDs to enable

Response

Variant toggle results with any errors per variant ID

{key}
object