curl --request GET \
--url https://api.hubapi.com/automation/v4/sequences/enrollments/contact/{contactId} \
--header 'Authorization: Bearer <token>'{
"enrolledAt": "2023-11-07T05:31:56Z",
"enrolledBy": "<string>",
"enrolledByEmail": "<string>",
"id": "<string>",
"sequenceId": "<string>",
"sequenceName": "<string>",
"toEmail": "<string>",
"updatedAt": "2023-11-07T05:31:56Z"
}Get the enrollment status of a contact in sequences by their contact ID.
curl --request GET \
--url https://api.hubapi.com/automation/v4/sequences/enrollments/contact/{contactId} \
--header 'Authorization: Bearer <token>'{
"enrolledAt": "2023-11-07T05:31:56Z",
"enrolledBy": "<string>",
"enrolledByEmail": "<string>",
"id": "<string>",
"sequenceId": "<string>",
"sequenceName": "<string>",
"toEmail": "<string>",
"updatedAt": "2023-11-07T05:31:56Z"
}Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
successful operation
The date and time when the contact was enrolled in the sequence.
The identifier of the user who enrolled the contact in the sequence.
The email address of the user who enrolled the contact in the sequence.
The unique identifier for the sequence enrollment.
The unique identifier of the sequence in which the contact is enrolled.
The name of the sequence in which the contact is enrolled.
The email address of the contact enrolled in the sequence.
The date and time when the sequence enrollment was last updated.
Was this page helpful?