---
title: "Retrieve current API keys and their respective data."
method: GET
path: "/manage/api/api_keys"
tags: ["manage"]
---

# Retrieve current API keys and their respective data.

`GET /manage/api/api_keys`

## Response `200`

API keys the user currently manages

- GetApiKeysResponse
  - `current_api_keys` RedactedApiKey[] — The current API keys that are active. Only returns redacted keys.
    - `redacted_api_key` string, required — A redacted text snippet of the API key. Contains the first 4 characters of the API key
    - `creation_time` string, date-time, required — The time at which the key was created
    - `api_key_id` string, required — A URL safe base64 encoded UUID

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