curl -X GET https://api.llmgenerator.com/api/v1/api-keys \ -H "Authorization: Bearer YOUR_API_KEY"
{ "apiKeys": [ { "id": "key_xxxxxxxxxxxxx", "name": "Production Key", "description": "Used for the main application", "expiresAt": "2025-12-31T23:59:59Z" }, { "id": "key_yyyyyyyyyyyyy", "name": "Staging Key", "description": "For testing in the staging environment", "expiresAt": null } ], "total": 2 }
This endpoint retrieves a list of all API keys for the user.