---
title: "List clients with credits"
method: GET
path: "/credits"
tags: ["Credits"]
---

# List clients with credits

`GET /credits`

Returns a list of clients that have credit entries

## Response `200`

Successful response

- object
  - `data` object[]
    - `id` integer
    - `name` string
    - `credit_available` number

## Other responses

- `401` — Unauthenticated

---

[API](https://skmtc.net/harpoonapp/apis/harpoon-api-documentation.md) · [All operations](https://skmtc.net/harpoonapp/apis/harpoon-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/harpoonapp/harpoon-api-documentation/revisions/e8fd192f94c6/schema)
