---
title: "Retrieve the latest terms of service for API usage."
method: GET
path: "/manage/api/terms"
tags: ["manage"]
---

# Retrieve the latest terms of service for API usage.

`GET /manage/api/terms`

## Response `200`

Retrieves the latest API terms

- GetApiTermsResponse
  - `api_terms` ApiTerms, required
    - `terms_id` string, required — The ID of the terms.
    - `terms_url` string, required — The URL where the terms are hosted.
  - `has_accepted_terms` boolean, required — Whether the requesting user has accepted the latest API terms.

## Other responses

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

## Changes

> 16 revisions in range; 14 could not be searched.

- **2026-07-26** `7e5e0fb30776` — 1 info
  - added the required property `has_accepted_terms` to the response with the `200` status

[Change history](https://skmtc.dev/ideogram/apis/ideogram-openapi-3-0/changes/manage/api/terms/get.md)

---

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