Create Account
Recent search
Get Details of a Bulk Contact - API Console
Advanced Search
244 results found
Agent Presence API’s
API
Active Stream Monitoring
Create Leg
Retrieve error CSV for uploaded contacts
Upload Contacts via CSV
https://<your_api_key>:<your_api_token><subdomain>/v2/accounts/<your_sid>/contacts?limit=<LIMIT>&offset=<OFFSET> Copy
This API allows you to fetch details of bulk contacts of an account.
It supports limit and offset based pagination. Maximum records per page is 20.
Offset (optional)- This is the position in the dataset of a particular record. 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
name(optional)- Search by Campaign name
sort_by (optional) This indicates in what order the campaign records are sorted in the API response. By default records are sorted by DateCreated in ascending order. However, you can override the same in following way for ascending order: Eg: date_created:asc or name:asc
list_sids(optional)-fetch the details of contacts belonging to a particular list
filter(optional) -If filter is “show_list” Response will contain associated list data too in contacts.