---
title: "Get a credit"
method: GET
path: "/public/v1/credits/{id}"
tags: ["Credit"]
---

# Get a credit

`GET /public/v1/credits/{id}`

Get a single credit by its ID, scoped to your company. The response carries the credit's live
computed `status` and `remaining_balance` alongside its stored fields. Returns 404 if no such
credit exists for your company or it has been soft-deleted.

Required permission: `credits_permissions_view`. The authenticated user must also have access to
the requested credit under their team restrictions.

## Path parameters

- `id` string, required

## Response `200`

A single credit

## Other responses

- `400` — Invalid parameters
- `401` — Missing or invalid API token
- `403` — The API token lacks the required permission
- `404` — Not Found

---

[API](https://skmtc.dev/distru/apis/distru-api.md) · [All operations](https://skmtc.dev/distru/apis/distru-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/distru/distru-api/revisions/f8930b2c2924/schema)
