cURL
curl --request GET \ --url https://api.indiepitcher.com/v1/lists \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": [ { "name": "newsletter", "title": "Newsletter", "numSubscribers": 1032 } ], "metadata": { "page": 1, "per": 10, "total": 20 } }
Returns paginated mailing lists contacts can subscribe to.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Page to fetch, the first page has index 1.
How many lists to return per page.
A paginated list of mailing lists
Show child attributes