---
title: "List all credit accounts"
method: GET
path: "/credit"
tags: ["Credit"]
---

# List all credit accounts

`GET /credit`

Retrieve a list of all credit accounts for the organization.

## Response `200`

- CreditAccountsResponse
  - `accounts` CreditAccount[], required
    - `availableBalance` number, required
    - `createdAt` string, yyyy-mm-ddThh:MM:ssZ, required
    - `currentBalance` number, required
    - `id` string, uuid, required — ID for a Mercury account.
    - `status` 'active' | 'deleted' | 'pending' | 'archived', required

---

[API](https://skmtc.net/mercurytechnologies/apis/mercury-api.md) · [All operations](https://skmtc.net/mercurytechnologies/apis/mercury-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mercurytechnologies/mercury-api/revisions/0bdf4a496e03/schema)
