List subscribers with pagination
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
List subscribers with pagination
Authorizations
API key for authenticating protected endpoints. Pass as Bearer token in Authorization header.
Query Parameters
Cursor for pagination
Maximum number of items to return (1-100, default: 10)
Required range:
1 <= x <= 100
