List accounts
Returns a page of accounts for the caller’s owner, newest-updated first by default. Narrow with filter[...] (e.g. filter[crid] to resolve one of your accounts to its Slate accountId). Use cursor to page; nextCursor is empty on the last page.
Authorizations
Owner-scoped bearer token. The owner all requests are scoped to is derived from the token.
Query Parameters
The owner (organization) to scope the request to. Required; must be an owner your bearer token is authorized to read.
One or more fields to filter accounts on, e.g. filter[status]=CLOSED. Metadata is matched by containment (all given pairs must match): filter[metadata][region]=west.
Fields to filter the account list on.
Field to sort by (default lastUpdated).
lastUpdated, createdOn, currentBalance, status Sort direction (default desc).
Sort direction.
asc, desc Maximum number of accounts to return.
1 <= x <= 500Opaque cursor from a previous response's nextCursor/previousCursor.
