Skip to main content
GET
List accounts.

Authorizations

x-api-key
string
header
required

LedgerUp API Key.

Query Parameters

limit
integer<int64>
default:100

Maximum number of records to return. Defaults to 100.

Required range: 1 <= x <= 100
starting_after
string

Cursor resource id from the previous page. Return records following this resource id in the selected sort order.

sort
enum<string>
default:created_at

Sort by newest creation time or case-insensitive customer name then account name. Accounts without a customer sort last.

Available options:
created_at,
customer_name

Response

Page of resources.

data
object[]
required
has_more
boolean
required

True when additional records are available after the returned page.

Example:

false