---
title: "Retrieve Credits Details"
method: GET
path: "/account/credits/"
tags: ["Account"]
---

# Retrieve Credits Details

`GET /account/credits/`

## Response `200`

- AccountCredits
  - `promotional_credits` integer — Number of promotional credits available.
  - `purchased_credits` integer — Number of purchased credits available.
  - `outstanding_credits` integer — Number of credits in debt. A positive number means debt.
  - `on_hold_promotional` integer — Number of promotional credits assigned to running scans.
  - `on_hold_purchased` integer — Number of purchased credits assigned to running scans.
  - `promotional_expiration_date` string, date, nullable — Date of expiration of the promotional credits, in ISO 8601 UTC format. For example, "2023-08-09".
  - `purchased_expiration_date` string, date, nullable — Date of expiration of the purchased credits, in ISO 8601 UTC format. For example, "2023-08-09".
  - `balance` integer, required — Total number of credits available. Calculated from promotional, purchased, and outstanding credits.

## Other responses

- `400`
- `401`
- `500`

---

[API](https://skmtc.net/probely/apis/snyk-api-web-s-api-reference-documentation.md) · [All operations](https://skmtc.net/probely/apis/snyk-api-web-s-api-reference-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/probely/snyk-api-web-s-api-reference-documentation/revisions/e29879bff01b/schema)
