v1

latestSwagger 2.02026-08-06114161439.7 KB
SMS Broadcast

List contact lists

Retrieve contact lists with pagination and filtering options

get/contact-lists

Query parameters

pageinteger

1-based page number for paginated results. Integer, default 1, min 1. Alternative to offset; used by SMS Broadcast endpoints.

limitinteger

Maximum number of records to return per page. Integer, default 100, max 2000, min 1.

filterstring[]

Comma separated list of field column name with conditional (=, !=, <=, >=, >, <, like) followed by the value to compare against, Please make sure to add spaces after and before while using "like" operator example "contact_list_name like test_name". Filterable fields include contact_count, contact_list_name, created_at.

Response

Contact list details retrieved successfully

resultstring required

Outcome of the request. String, typically 'success' or 'error'.

errstring required

Error message when result='error'. String. Empty/null on success.

datastring

Response payload. Shape varies by endpoint.