---
title: "Get Free user credit balance"
method: GET
path: "/v3/accounts/users/credits"
tags: ["Account Management"]
---

# Get Free user credit balance

`GET /v3/accounts/users/credits`

Retrieve your Free user account credit balance and refresh information. To retrieve the credit balance for a Starter or Enterprise account, use the [get organization credit balance endpoint](https://docs.censys.com/reference/v3-accountmanagement-org-credits).<br><br>This endpoint does not cost any credits to execute.

## Response `200`

OK

- ResponseEnvelopeUserCredits
  - `result` UserCredits
    - `balance` integer, required — The current credit balance for the user.
    - `resets_at` string, date-time — The date that the user's credits will be reset.

## Other responses

- `401` — Request does not contain a valid Authorization token
- `404` — User not found
- `500` — Internal server error

---

[API](https://skmtc.net/censys/apis/censys-platform-api.md) · [All operations](https://skmtc.net/censys/apis/censys-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/censys/censys-platform-api/revisions/261c916bf05b/schema)
