Get sequences for a contact
Contacts
Get sequences for a contact
Beta. This endpoint is in beta. Behavior, parameters, and response shapes may change without notice.
Returns a list of sequences that the contact is enrolled in
GET
Get sequences for a contact
Authorizations
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
Contact ID
Response
Contact sequences retrieved successfully
Workflow status of the contact within this sequence
Available options:
active, paused, finished, outOfOffice Position of the contact in the sequence's step graph (stepId + displayName).
null for memberships outside of an active step.
Example:
{
"stepId": 5821,
"displayName": "Email step 2"
}