Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.lemondata.cc/llms.txt

Use this file to discover all available pages before exploring further.

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.lemondata.cc/v1/management/api-keys" \
  -H "Authorization: Bearer mt-your-management-token"

Request / Response

Use the interactive OpenAPI panel above for the exact schema.