v12

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

List API keys

List API keys belonging to the account. Only key prefixes are returned — full secrets are only shown once at create time.

get/api/v1/api-keys

Query parameters

scope'public'

Filter by key scope. Customer-created keys are always public, so this is rarely useful — included for completeness.

limitinteger
offsetinteger

Response

List of API keys

successboolean
totalinteger

Example response

{
  "data": [
    {
      "key_prefix": "raff_17d70fcf"
    }
  ]
}