---
title: "Get a list of Account objects"
method: GET
path: "/rest/accounts"
tags: ["Accounts"]
---

# Get a list of Account objects

`GET /rest/accounts`

Returns a list of account objects. An account object represents a person's bank accounts, debit and pay cards, and earnings balance accounts.

## Query parameters

- `filter[person.id]` string, uuid
- `filter[account_type]` 'EARNINGS_BALANCE' | 'DEPOSITORY' | 'CARD'
- `filter[subtype]` string
- `filter` string

## Response `200`

Returns the account object.

## Other responses

- `400` — Bad Request
- `401` — Invalid authentication credentials
- `403` — Not authorized to perform this operation
- `500` — Unexpected error occured

---

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