---
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

---

[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)
