API version 2.0
...
Access API
Contacts
List
1min
A pageable list of contacts. The contact list contains a pagination object that indicates if more contacts exist via the next field, whose value is a URL that can be used to fetch the next page. If the next field is not present, that indicates there are no further contacts in the list.
GET
Request
Query Parameters
status
optional
String
Possible values are 'trial', 'paying', 'churned' or 'not_converted'
archived
optional
Boolean
if true only archived contacts are listed
offset
optional
Number
What offset of results to fetch.
limit
optional
Number
How many results per page. Defaults 25, max is 100
order
optional
String
Returns the contacts in ascending or descending order.
Valid values 'asc' or 'desc'. Default to 'desc'
sort
optional
String
What field to sort the results by. Valid value 'created_at'