Skip to main content

Overview

Returns user API keys in the organization associated with the current management token.

Notes

  • Monetary fields are USD-only. CNY inputs are retired and return 400 currency_retired.
  • System-managed keys such as Playground and Claw keys are excluded.

Example

curl -X GET "https://api.aisonar.dev/v1/management/api-keys" \
  -H "Authorization: Bearer mt-your-management-token"

Request / Response

Use the interactive OpenAPI panel above for the exact schema.