Get subscription statuses for a contact

GET {{baseUrl}}/communication-preferences/v3/status/email/:emailAddress

Returns a list of subscriptions and their status for a given contact.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"recipient":"\u003cstring\u003e","subscriptionStatuses":[{"description":"\u003cstring\u003e","id":"\u003cstring\u003e","name":"\u003cstring\u003e","sourceOfStatus":"PORTAL_WIDE_STATUS","status":"NOT_SUBSCRIBED","brandId":"\u003clong\u003e","preferenceGroupName":"\u003cstring\u003e","legalBasis":"LEGITIMATE_INTEREST_OTHER","legalBasisExplanation":"\u003cstring\u003e"},{"description":"\u003cstring\u003e","id":"\u003cstring\u003e","name":"\u003cstring\u003e","sourceOfStatus":"BRAND_WIDE_STATUS","status":"NOT_SUBSCRIBED","brandId":"\u003clong\u003e","preferenceGroupName":"\u003cstring\u003e","legalBasis":"NON_GDPR","legalBasisExplanation":"\u003cstring\u003e"}]}