---
title: "Retrieve user credit information and spending metrics"
method: GET
path: "/manage/api/credits"
tags: ["manage"]
---

# Retrieve user credit information and spending metrics

`GET /manage/api/credits`

## Query parameters

- `organization_id` string, required
- `start_time` string, date-time, required
- `end_time` string, date-time

## Response `200`

User credit information retrieved successfully

- GetUserCreditsResponse
  - `available_credits` Price — Represents a price.
    - `currency_code` string, required — The ISO 4217 currency code for the price object.
    - `amount` number, required — The amount of the currency in the common denomination. For example, in USD this is cents.
  - `total_spend` Price, required — Represents a price.
    - `currency_code` string, required — The ISO 4217 currency code for the price object.
    - `amount` number, required — The amount of the currency in the common denomination. For example, in USD this is cents.
  - `average_daily_spend` Price, required — Represents a price.
    - `currency_code` string, required — The ISO 4217 currency code for the price object.
    - `amount` number, required — The amount of the currency in the common denomination. For example, in USD this is cents.

## Other responses

- `401` — Not authorized
- `403` — Not authorized

---

[API](https://skmtc.net/ideogram/apis/ideogram-openapi-3-0.md) · [All operations](https://skmtc.net/ideogram/apis/ideogram-openapi-3-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ideogram/ideogram-openapi-3-0/revisions/b560c0ad0618/schema)
