Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve all API keys for the account
GET /api-keys/list
{ "success": true, "keys": [ { "id": "key_abc123", "name": "production", "start": "xxxxxx", "prefix": null, "enabled": true, "expiresAt": "2025-03-15T10:30:00.000Z", "createdAt": "2024-03-15T10:30:00.000Z", "updatedAt": "2024-03-15T10:30:00.000Z", "remaining": null, "rateLimitEnabled": false } ] }
Show Key object
null
200
401
500
curl http://localhost:3000/api-keys/list \ -H "Authorization: Bearer <api_key>"
Was this page helpful?