Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.boostgpt.co/v1/bot/subscriber/readall \ --header 'Authorization: Bearer <token>'
{ "subscribers": [ { "id": "<string>", "email": "<string>", "name": "<string>", "subscribed_at": "2023-11-07T05:31:56Z" } ], "pagination": { "page": 123, "per_page": 123, "total": 123, "total_pages": 123 } }
Fetch a paginated list of all subscribers/leads
Enter your API key
Project ID
Page number
Items per page
Subscribers retrieved successfully
Show child attributes
Was this page helpful?