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

emailstringRequired
The email address to search for subscriptions

Response

OK
publication_idstringformat: "^(pub_[0-9a-fA-F\-]+)$"
The prefixed ID of the publication
publication_namestring
The name of the publication

Errors