subscribers

List subscribers

Retrieve a paginated list of subscribers for your publication. The publication is identified by the API key provided in the Authorization header.

Response:

  • Returns subscriber email and/or wallet address
  • Only active subscribers are returned
  • Results are ordered by subscription date (newest first)
get/v1/subscribers

Query parameters

cursorstring

Cursor for pagination

limitinteger

Maximum number of items to return (1-100, default: 10)

Response

Subscribers retrieved successfully

Changes

Changed in 2 of the 61 revisions of this API.21

    • removed the optional property error from the response with the 401 status

      response-optional-property-removed

    • removed the optional property error from the response with the 500 status

      response-optional-property-removed

    • endpoint added

      endpoint-added