---
title: "Get Credits"
method: GET
path: "/api/meta/credits"
tags: ["Credits"]
---

# Get Credits

`GET /api/meta/credits`

Get the number of credits remaining in your account.

## Response `200`

successful

- CreditsResponse
  - `credits` object
    - `email_credits` union — Number of email credits remaining, 'unlimited' if unlimited.
      - string
      - integer
    - `phone_credits` union — Number of phone credits remaining, 'unlimited' if unlimited.
      - string
      - integer
    - `export_credits` integer — Number of export credits remaining.
    - `api_credits` number — Number of API credits remaining.

## Other responses

- `401` — Unauthorized

---

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