Accounts

List accounts.

get/v2/accounts

Query parameters

limitinteger

Maximum number of records to return. Defaults to 100.

starting_afterstring

Return records following this resource id in the selected sort order.

Cursor resource id from the previous page.

sort'created_at' | 'customer_name'

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

Response

Page of resources.

has_moreboolean required

True when additional records are available after the returned page.

Example response

{
  "data": [
    {
      "id": "account_0194f4e3a2b77c6aa91c4f6b4db2a980",
      "external_id": "crm_acme_001",
      "ledgerup_customer_id": "0194f4e3-a2b7-7c6a-a91c-4f6b4db2a980",
      "name": "Acme",
      "description": "Usage tracked for Acme.",
      "created_at": 1767225600,
      "updated_at": 1767225600,
      "archived_at": 1767225600
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.