Authentication
Get current API key info
GET
Get current API key info
Authorizations
Response
Metadata for the currently authenticated API key.
Last modified on July 7, 2026
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Need an API key? Sign in to the dashboard to get started.
curl --request GET \
--url https://api.radion.app/auth/me \
--header 'X-API-Key: <api-key>'{
"callCount": 42,
"createdAt": "2026-04-01T12:00:00Z",
"keyLabel": "production_read",
"lastUsedAt": "2026-04-09T15:20:00Z",
"monthlyUsage": {
"limit": 3000,
"resetsAt": "2026-07-01T00:00:00Z",
"used": 120
},
"plan": "starter",
"requestsPerSecond": null
}Metadata for the currently authenticated API key.
Show child attributes
free, starter, pro, enterprise x >= 0Was this page helpful?
curl --request GET \
--url https://api.radion.app/auth/me \
--header 'X-API-Key: <api-key>'{
"callCount": 42,
"createdAt": "2026-04-01T12:00:00Z",
"keyLabel": "production_read",
"lastUsedAt": "2026-04-09T15:20:00Z",
"monthlyUsage": {
"limit": 3000,
"resetsAt": "2026-07-01T00:00:00Z",
"used": 120
},
"plan": "starter",
"requestsPerSecond": null
}