---
title: "Find credit usage"
method: GET
path: "/me/billing/credit-usage"
tags: ["me"]
---

# Find credit usage

`GET /me/billing/credit-usage`

Find credit usage for the user. Returns credits usage for time period specified or if unspecified then total for all time. For authentication use api credentials.

## Query parameters

- `intervalBegin` integer
- `intervalEnd` integer

## Response `200`

successful operation

- CreditUsage — Contains statistics of billing plan usage
  - `intervalBegin` integer — Start of usage period formatted in unix time milliseconds. Example: 1473781817000 for Sat, 05 Jan 1985 14:03:37 GMT
  - `intervalEnd` integer — End of usage period formatted in unix time milliseconds. Example: 1473781817000 for Sat, 05 Jan 1985 14:03:37 GMT
  - `callsDurationMinutes` integer — Sum of calls duration rounded to nearest whole minute
  - `textsSent` integer — Number of texts sent
  - `creditsUsed` number — Total credits used calls and texts.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/callfire/apis/callfire-api-documentation.md) · [All operations](https://skmtc.net/callfire/apis/callfire-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/callfire/callfire-api-documentation/versions/9f6fb501bc03/schema)
