Passer au contenu principal
GET
/
automation
/
v4
/
sequences
cURL
curl --request GET \
  --url https://api.hubapi.com/automation/v4/sequences \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "createdAt": "2023-11-07T05:31:56Z",
      "id": "<string>",
      "name": "<string>",
      "updatedAt": "2023-11-07T05:31:56Z",
      "userId": "<string>",
      "folderId": "<string>"
    }
  ],
  "total": 123,
  "paging": {
    "next": {
      "after": "<string>",
      "link": "<string>"
    },
    "prev": {
      "before": "<string>",
      "link": "<string>"
    }
  }
}

Supported products

Autorisations

Authorization
string
header
requis

The access token received from the authorization server in the OAuth 2.0 flow.

Paramètres de requête

userId
string
requis
after
string
limit
integer<int32>
name
string

Réponse

successful operation

results
object[]
requis
total
integer<int32>
requis
paging
object
Dernière modification le 11 juin 2026