Get publications by subscription email
Retrieve all publications in the workspace that have a subscription for the specified email address. The workspace is determined by the provided API key.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
email
The email address to search for subscriptions
Query parameters
expand
Optionally expand the results by adding additional information. <br>`subscription` - Returns the full Subscription object for the email address in each publication. <br>`publication` - Returns the full Publication object instead of just ID and name. <br>`subscription_custom_fields` - Returns custom field values nested within the subscription object. (Returns the subscription object regardless of whether `subscription` is requested.)
Allowed values:
Response
OK
publication_id
The prefixed ID of the publication
publication_name
The name of the publication
subscription_id
The prefixed ID of the subscription matching the email address for this publication
status
The status of the subscription matching the email address for this publication
publication
The full Publication object. Only present when expand includes publication.
subscription
The Subscription object matching the email address for this publication. Only present when expand includes subscription or subscription_custom_fields.