Key health & quota
GET
/api/v1/me/
Validates the key and returns current plan usage. Counts as one request.
Request
GET https://dev.calendra.work/api/v1/me/
Authorization: Bearer cal_••••••••
Response 200
{
"ok": true,
"plan": "free",
"usage": {
"plan": "free",
"used": 1,
"limit": 5,
"remaining": 4,
"ym": "2026-07",
"reset_at": "2026-08-01T00:00:00Z"
}
}