Automation
English
cURL
curl --request GET \ --url https://api.hubapi.com/automation/v4/sequences/ \ --header 'Authorization: Bearer <token>'
{ "total": 123, "paging": { "next": { "link": "", "after": "" } }, "results": [ { "createdAt": "2023-11-07T05:31:56Z", "name": "<string>", "id": "<string>", "userId": "<string>", "folderId": "<string>", "updatedAt": "2023-11-07T05:31:56Z" } ] }
Retrieve a list of sequences that belong to a specific user.
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?