マーケティング
日本語
cURL
curl --request GET \ --url https://api.hubapi.com/communication-preferences/v3/status/email/{emailAddress} \ --header 'Authorization: Bearer <token>'
{ "recipient": "<string>", "subscriptionStatuses": [ { "description": "<string>", "id": "<string>", "name": "<string>", "sourceOfStatus": "BRAND_WIDE_STATUS", "status": "NOT_SUBSCRIBED", "brandId": 123, "legalBasis": "CONSENT_WITH_NOTICE", "legalBasisExplanation": "<string>", "preferenceGroupName": "<string>" } ] }
特定のコンタクトの配信登録とそのステータスのリストが返されます。
サポートされる製品
必須スコープ
The access token received from the authorization server in the OAuth 2.0 flow.
successful operation
コンタクトのEメールアドレス。
コンタクトの全配信登録のステータスのリスト。
表示 子属性