Contact Lists
Get Contact Lists
Retrieves a list of contact lists with filtering and pagination.
GET
/
dispatches
/
contacts
/
lists
Retrieves all contact lists.
Response
Success
array
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
offset
integer
default: 0Number of records to skip for pagination.
limit
integer
default: 100Maximum number of records to return.
search
string
Search term for contact list name.
Response
200 - application/json
lists
object[]
count
integer
Was this page helpful?