Skip to main content
GET
List your accounts - sortable, cursor-paged

Authorizations

Authorization
string
header
required

Your API key, e.g. Authorization: Bearer clmt_test_. Live keys use the clmt_live_ prefix.

Query Parameters

sort
string

Comma-separated fields to sort by, a minus prefix for descending (for example -created_at). Each endpoint's sortable fields are in its description; an unsupported one is rejected with a suggestion.

Example:

"-created_at,name"

limit
integer
default:25
Required range: 1 <= x <= 100
after
string

Use the page's end_cursor as the after value to fetch the next page. Cursors are opaque and only valid for the listing that minted them.

before
string

Use the page's start_cursor as the before value to fetch the previous page. Cannot be combined with after.

Response

One page of accounts, newest first by default.

object
enum<string>
required

Entity name.

Available options:
list
page
object
required

Cursor-pagination block carried by every list response.

items
object[]
required