---
title: "Top up credits for a company"
method: POST
path: "/api/admin/companies/{id}/credits"
tags: ["Administration/Companies"]
---

# Top up credits for a company

`POST /api/admin/companies/{id}/credits`

Add credits to a company credit balance (admin only)

## Path parameters

- `id` string, required

## Request body

- object
  - `amount` number, required
  - `description` string

## Response `201`

Default Response

- object
  - `metadata` object, required
    - `success` boolean, required — True when the request succeeded.
  - `data` object, required
    - `balance` number, required

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response

## Changes

> 23 revisions in range; 1 not diffed.

- **2026-08-31** `97e51f27dc77` — 1 breaking, 1 warning, 2 info
  - removed the success response with the status `200`
  - the `amount` request property's min was set to `0.00`
  - the `amount` request property's exclusiveMinimum was decreased from `0.00` to `true`
  - added the success response with the status `201`

[Change history](https://skmtc.dev/retraced/apis/api-reference/changes/api/admin/companies/:id/credits/post.md)

---

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