---
title: "Retrieve user spend commit information"
method: GET
path: "/manage/api/spend_commit"
tags: ["manage"]
---

# Retrieve user spend commit information

`GET /manage/api/spend_commit`

## Query parameters

- `organization_id` string, required
- `postpaid_only` boolean

## Response `200`

User spend commit information retrieved successfully

- SpendCommitInfoResponse
  - `commits` SpendCommitInfo[], required — A list of spend commit information
    - `commit_amount_spent` 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.
    - `commit_amount` 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.
    - `commit_start_time` string, date-time, required — The start time of the commit period
    - `commit_end_time` string, date-time, required — The end time of the commit period
    - `is_postpaid_commit` boolean, required — Whether the commit is postpaid (true) or prepaid (false)

## 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/bd40f367a834/schema)
