Authentication

Get API key

Retrieve a masked version of the existing API key. The full key cannot be retrieved. Returns null when no key has been generated yet.

Copy as Markdown Open in ChatGPT Open in Claude

get/v1/users/api-keys

Response

The masked API key

statusinteger

HTTP status code, mirrored in the body.

messagestring

Human-readable message; empty on success.

Example response

{
  "status": 200,
  "data": {
    "api_key": "mIpe_zdJfKUpMK9Va3XuYgzPXMxz49fIaRCWXseVkpVAX608A9j3i_D67qU5qW3M"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.