v12

latestOpenAPI 3.0.3raw.githubusercontent.com2026-06-1811583196.1 KB
API Keys

Get API key

Get an API key's metadata. The secret is never returned — only the prefix.

get/api/v1/api-keys/{id}

Path parameters

idstring uuid required

API key ID (UUID)

Response

API key details

successboolean

Example response

{
  "data": {
    "key_prefix": "raff_17d70fcf"
  }
}