GET
/
dispatches
/
contacts
/
lists

Retrieves all contact lists.

Response

Success
array

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

offset
integer
default: 0

Number of records to skip for pagination.

limit
integer
default: 100

Maximum number of records to return.

search
string

Search term for contact list name.

Response

200 - application/json
lists
object[]
count
integer