curl --request GET \
--url https://api.hubapi.com/automation/sequences/2026-03/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"
}コンタクトIDを基準に、シーケンスでのコンタクトの登録ステータスを取得します。
curl --request GET \
--url https://api.hubapi.com/automation/sequences/2026-03/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"
}Documentation Index
Fetch the complete documentation index at: https://developers.hubspot.jp/docs/llms.txt
Use this file to discover all available pages before exploring further.
Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
シーケンス登録の詳細が取得されるコンタクトの一意の識別子。
successful operation
コンタクトがシーケンスに登録された日時。
コンタクトをシーケンスに登録したユーザーのID。
コンタクトをシーケンスに登録したユーザーのEメールアドレス。
シーケンス登録の固有ID。
コンタクトが登録されているシーケンスの固有ID。
コンタクトが登録されているシーケンスの名前。
シーケンスに登録されたコンタクトのEメールアドレス。
シーケンス登録が最後に更新された日時。