---
title: "Returns information about remaining credits"
method: GET
path: "/credits"
tags: ["Credits"]
---

# Returns information about remaining credits

`GET /credits`

Returns information about remaining checks, SMS credits and SMS auto-refill status.

## Response `200`

Successful HTTP Response

- CreditsRespAttrs
  - `credits` object
    - `checklimit` integer — Total number of check slots on this account
    - `availablechecks` integer — Free check slots available for new checks
    - `useddefault` integer — Total number of default check slots
    - `usedtransaction` integer — Total number of transaction check slots
    - `availablesms` integer — SMS credits remaining on this account
    - `availablesmstests` integer — SMS provider tests remaining on this account
    - `autofillsms` boolean — Auto fill SMS
    - `autofillsms_amount` integer — The amount of sms to purchase when "autofillsms_when_left" is triggered
    - `autofillsms_when_left` integer — The amount of sms left that is going to trigger purchase of sms
    - `max_sms_overage` integer — The amount of overage SMSes that may be used, or null if SMS overage is not enabled.
    - `availablerumsites` integer — Open RUM site slots available
    - `usedrumsites` integer — Number of used RUM sites
    - `maxrumfilters` integer — Number of maximum rum filters
    - `maxrumpageviews` integer — Number of maximum pageviews per month

---

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