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>" } ] }
Returns a list of subscriptions and their status for a given contact.
Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
successful operation
Email address of the contact.
A list of all of the contact's subscriptions statuses.
Show child attributes
Was this page helpful?