API version 2.0
...
Access API
Accounts

List

1min
A pageable list of accounts. The account list contains a pagination object that indicates if more accounts 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 accounts 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 accounts 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 accounts 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'
Curl
Responses
200
404