---
title: "Get the remaining credit balance"
method: GET
path: "/api/v1/credits"
tags: ["Account"]
---

# Get the remaining credit balance

`GET /api/v1/credits`

Returns the credit balance of the account the API key belongs to. Free of charge and works at a zero balance, so it can be polled before spending credits.

## Response `200`

Current credit balance

- object
  - `success` boolean
  - `credits` integer

## Other responses

- `401` — Missing or invalid API key

---

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