Subscriber API
Subscriber List
List all subscribers on a WhatsApp bot via the ChatSyncs API, with limit/offset pagination and an option to sort by most recent message. Use when a developer asks how to export or sync their full subscriber list.
GET
Subscriber List
Lists subscribers on a WhatsApp bot.
Pagination and ordering
offset skips that many subscribers before it starts returning results. Say you have 20
subscribers and set limit=5:
Each time, add
limit to the previous offset to get the next page.
orderBy controls which subscriber comes first:
Query Parameters
Your ChatSyncs API key (not a WhatsApp/Meta access token). Where to find it.
Example:
"API-KEY"
The WhatsApp account's phone number ID. Where to find it.
Example:
"PHONE-NUMBER-ID"
How many subscribers to fetch.
Example:
10
Pagination offset.
Example:
1
Set to 1 to sort by most recent message first. Set to 0 (default) for default order.
Example:
0
Subscriber List

