v1

latestSwagger 2.02026-08-06114161439.7 KB
SMS Broadcast

Get contacts with pagination and filtering

Retrieve a list of contacts with pagination and filtering options

get/contacts

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 "first_name like test_name". Filterable fields include first_name, phone_number, country_code, created_at.

Response

An array of contacts

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.