メインコンテンツへスキップ
GET
/
communication-preferences
/
v3
/
status
/
email
/
{emailAddress}
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>",
      "brandId": 123,
      "legalBasisExplanation": "<string>",
      "preferenceGroupName": "<string>"
    }
  ]
}

Supported products

承認

Authorization
string
header
必須

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

パスパラメータ

emailAddress
string
必須

レスポンス

successful operation

recipient
string
必須
subscriptionStatuses
object[]
必須
最終更新日 2026年6月11日