---
title: "Get credit entries for a client"
method: GET
path: "/credits/{client_id}"
tags: ["Credits"]
---

# Get credit entries for a client

`GET /credits/{client_id}`

Returns credit entries for a specific client

## Path parameters

- `client_id` integer, required

## Response `200`

Successful response

- object
  - `data` object
    - `client` object
      - `id` integer
      - `name` string
      - `credit_available` number
    - `entries` Credit[]
      - `id` integer
      - `client_id` integer
      - `amount` number
      - `date` string, date
      - `note` string, nullable
      - `source` string, nullable
      - `invoice_id` integer, nullable
      - `phrase` string, nullable

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Not found

---

[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)
