Skip to main content
GET
/
v3
/
contacts
/
{id}
/
sequences
Get sequences for a contact
curl --request GET \
  --url https://api.reply.io/v3/contacts/{id}/sequences \
  --header 'Authorization: Bearer <token>'
[
  {
    "sequenceId": 123,
    "sequenceName": "<string>",
    "status": "<string>",
    "currentStep": 123,
    "addingDate": "2023-11-07T05:31:56Z",
    "emailAccountId": 123,
    "linkedInAccountId": 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

Contact ID

Response

Contact sequences retrieved successfully

sequenceId
integer
sequenceName
string
status
string

Contact status in the sequence

currentStep
integer
addingDate
string<date-time> | null
emailAccountId
integer<int64> | null
linkedInAccountId
integer<int64> | null