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
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
}
}Enter your API key
Project ID
Page number
Items per page
Subscribers retrieved successfully
Was this page helpful?