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"
}コンタクト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"
}サポートされる製品
必須スコープ
The access token received from the authorization server in the OAuth 2.0 flow.
successful operation
コンタクトがシーケンスに登録された日時。
コンタクトをシーケンスに登録したユーザーのID。
コンタクトをシーケンスに登録したユーザーのEメールアドレス。
シーケンス登録の固有ID。
コンタクトが登録されているシーケンスの固有ID。
コンタクトが登録されているシーケンスの名前。
シーケンスに登録されたコンタクトのEメールアドレス。
シーケンス登録が最後に更新された日時。