---
title: "Get accounts information"
method: GET
path: "/api/v1/accounts"
tags: ["account"]
---

# Get accounts information

`GET /api/v1/accounts`

Retrieve all accounts information for the merchant

## Response `200`

OK

- Account[]
  - `debit` object
    - `accountId` integer
    - `balance` number, float
  - `credit` object
    - `accountId` integer
    - `balance` number, float

## Other responses

- `404` — Not found — invalid account id or internal error

---

[API](https://skmtc.dev/telr/apis/remote-json-api-1-0.md) · [All operations](https://skmtc.dev/telr/apis/remote-json-api-1-0/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/telr/remote-json-api-1-0/revisions/7a1969c709ba/schema)
