We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
Jan 27, 2022 10:26 PM
When I send API request to /communication-preferences/v3/status/email/{emailAddress} i always get status SUBSCRIBED for any email even for non-existing ones. In Hubspot subscription status for the contact is "Not Specified"
Feb 12, 2022 7:22 AM
I'm also experiencing this but haven't checked prod yet. Beleive it's related to this post
Example response is
HTTP 200
{
"recipient": "xx@xx.xx",
"subscriptionStatuses": [
{
"id": "25161xxx",
"name": "Marketing Information",
"description": "Marketing offers and updates.",
"status": "SUBSCRIBED",
"sourceOfStatus": "SUBSCRIPTION_STATUS",
"brandId": null,
"preferenceGroupName": null,
"legalBasis": null,
"legalBasisExplanation": null
}
]
}
Jan 28, 2022 12:02 PM
Could you post an example response?
![]() | Make sure to subscribe to our YouTube channel where you can find the HubSpot Community Developer Show |