Automation
English
cURL
curl --request GET \ --url https://api.hubapi.com/automation/v4/sequences/enrollments/contact/{contactId} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "enrolledBy": "<string>", "toEmail": "<string>", "sequenceId": "<string>", "sequenceName": "<string>", "enrolledByEmail": "<string>", "enrolledAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
Get the enrollment status of a contact in sequences by their contact ID.
automation.sequences.read
The access token received from the authorization server in the OAuth 2.0 flow.
successful operation
The response is of type object.
object
Was this page helpful?