---
title: "Check account credits and usage details"
method: GET
path: "/public/v1/accounts/credits/"
tags: ["Account credits & usage"]
---

# Check account credits and usage details

`GET /public/v1/accounts/credits/`

Use your API key to check your remaining credits and total credits used.

**Response fields**

- `credits_available` — remaining credits
- `credits_used` — total credits consumed

**Credits**

- **0 credits**

<div class="ic-ai-prompt-root" data-endpoint="account-credits"></div>

## Response `200`

OK

- object
  - `credits_available` number, required
  - `credits_used` number, required

## Other responses

- `400` — Bad request — invalid input or unsupported state.
- `401` — Unauthorized — missing or invalid API key.
- `403` — Forbidden — caller is not permitted to perform this action.
- `422` — Unprocessable entity — validation failed.
- `429` — Too Many Requests — rate or capacity limit exceeded. Inspect the `Retry-After` header and the `retry_after` body field for the wait time in seconds.

---

[API](https://skmtc.net/influencers/apis/core-api-concepts.md) · [All operations](https://skmtc.net/influencers/apis/core-api-concepts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/influencers/core-api-concepts/revisions/87e654ac822e/schema)
