Unkey · Schema

V2ApisListKeysResponseData

Array of API keys with complete configuration and metadata.

API KeysRate LimitingAuthenticationDeveloper PlatformAccess ControlIdentityAnalytics
View JSON Schema on GitHub

JSON Schema

unkey-v2apislistkeysresponsedata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/V2ApisListKeysResponseData",
  "title": "V2ApisListKeysResponseData",
  "type": "array",
  "maxItems": 100,
  "items": {
    "$ref": "#/components/schemas/KeyResponseData"
  },
  "description": "Array of API keys with complete configuration and metadata."
}