Skip to main content
GET
/
contacts
/
{id}
/
sequences
Get sequences for a contact
curl --request GET \
  --url https://api.reply.io/v3/contacts/{id}/sequences \
  --header 'X-API-Key: <api-key>'
[
  {
    "sequenceId": 123,
    "sequenceName": "<string>",
    "status": "<string>",
    "currentStep": 123,
    "addingDate": "2023-11-07T05:31:56Z",
    "emailAccountId": 123,
    "linkedInAccountId": 123
  }
]

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

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 | null
linkedInAccountId
integer | null