Create Account
Recent search
Get Contacts in a List- API Console
Advanced Search
235 results found
Receive RCS Incoming Message
API
RCS Status Callback
Send RCS Template Message
Receive Outbound Call Notifications
WhatsApp Error Code
https://<your_api_key>:<your_api_token><subdomain>/v2/accounts/<your_sid>/lists/<list_id>/contacts?offset=<offset_num>&limit=<limit_num> Copy
This API allows you to fetch all contacts within a list.
It is a Bulk API and supports limit and offset based pagination.
listSid
offset (optional)- By specifying offset, you retrieve a subset of records starting with the offset value. Offset is zero-based i.e. the 10th record is at offset 9
limit(optional)- number of records on single page default:20 maximum=500