---
title: "List Accounts"
method: GET
path: "/v1/settings/accounts"
tags: ["Accounts"]
---

# List Accounts

`GET /v1/settings/accounts`

Returns a list of previously created Accounts.

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

OK

- AccountsAccountList
  - `object` 'List', required — The object’s type (`List`).
  - `links` SharedListLinks, required — Related links.
    - `self` string, uri-reference, required — Link to this object.
    - `next` string, uri, nullable — Link to the next page of results.
    - `prev` string, uri, nullable — Link to the previous page of results.
  - `results` AccountsAccount[], required
    - union
      - object — Banks can be used to fund payments and receive ACH
        - `object` 'Account', required — The object’s type (`Account`).
        - `id` string, uuid, required — The Account ID.
        - `created_at` string, date-time, required — The date the Account was created.
        - `is_deleted` boolean, required — Whether the Account is soft deleted.
        - `is_disabled` boolean, required — Whether the Account is disabled.
        - `is_usable_for_payables` boolean, required — Whether the Account is usable as a Payable's `withdraw_from_account`.
        - `is_usable_for_receivables` boolean, required — Whether the Account is usable as a Receivable's `receiving_account`.
        - `is_valid` boolean, required — Whether the Account is valid.
        - `ledger` AccountsAccountLedgerMeta, required — The account's metadata in your accounting software.
          - `id` string, nullable, required — The account's ID in your accounting software.
          - `payable_id` string, nullable, required
          - `receivable_id` string, nullable, required
        - `name` string, required — The Account's name.
        - `links` AccountsAccountLinks, required — Related links.
          - `self` string, uri-reference, required — Link to this object.
        - `type` 'bank', required — The type of Account
        - `type_details` AccountsAccountBankTypeDetails, required
          - `account_number` string, required — The bank account number. In responses, all but the last four digits will be masked for security.
          - `account_type` 'checking' | 'savings', required — The type of bank account.
          - `institution_name` string, required — The bank's name.
          - `logo` string, uri — The URL of the bank's logo in PNG format.
          - `primary_color` string — The bank's primary color hex code.
          - `routing_number` string, required — The bank's nine-digit routing number.
      - object — Balances can be used with same day and next day ACH payments
        - `object` 'Account', required — The object’s type (`Account`).
        - `id` string, uuid, required — The Account ID.
        - `created_at` string, date-time, required — The date the Account was created.
        - `is_deleted` boolean, required — Whether the Account is soft deleted.
        - `is_disabled` boolean, required — Whether the Account is disabled.
        - `is_usable_for_payables` boolean, required — Whether the Account is usable as a Payable's `withdraw_from_account`.
        - `is_usable_for_receivables` boolean, required — Whether the Account is usable as a Receivable's `receiving_account`.
        - `is_valid` boolean, required — Whether the Account is valid.
        - `ledger` AccountsAccountLedgerMeta, required — The account's metadata in your accounting software.
          - `id` string, nullable, required — The account's ID in your accounting software.
          - `payable_id` string, nullable, required
          - `receivable_id` string, nullable, required
        - `name` string, required — The Account's name.
        - `links` AccountsAccountLinks, required — Related links.
          - `self` string, uri-reference, required — Link to this object.
        - `type` 'balance', required — The type of account
        - `type_details` AccountsAccountBalanceTypeDetails, required
          - `available_amount` string, required — The amount available in your balance.
          - `is_usable` boolean, required — Whether the balance is usable.
          - `pending_amount` string, required — The amount pending in your balance.
      - object — A PayPal account that can send Payables via PayPal.
        - `object` 'Account', required — The object’s type (`Account`).
        - `id` string, uuid, required — The Account ID.
        - `created_at` string, date-time, required — The date the Account was created.
        - `is_deleted` boolean, required — Whether the Account is soft deleted.
        - `is_disabled` boolean, required — Whether the Account is disabled.
        - `is_usable_for_payables` boolean, required — Whether the Account is usable as a Payable's `withdraw_from_account`.
        - `is_usable_for_receivables` boolean, required — Whether the Account is usable as a Receivable's `receiving_account`.
        - `is_valid` boolean, required — Whether the Account is valid.
        - `ledger` AccountsAccountLedgerMeta, required — The account's metadata in your accounting software.
          - `id` string, nullable, required — The account's ID in your accounting software.
          - `payable_id` string, nullable, required
          - `receivable_id` string, nullable, required
        - `name` string, required — The Account's name.
        - `links` AccountsAccountLinks, required — Related links.
          - `self` string, uri-reference, required — Link to this object.
        - `type` 'paypal', required — The type of Account
        - `type_details` AccountsAccountPayPalTypeDetails, required

---

[API](https://skmtc.net/routable/apis/routable-api.md) · [All operations](https://skmtc.net/routable/apis/routable-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/routable/routable-api/versions/9f17a8bc982a/schema)
