Appearance
Account
Read information about the account the API key belongs to.
Get account info
GET /api/v1/infoScope: api:info:read
Response
json
{
"data": {
"teacher_id": "…",
"email": "[email protected]",
"display_name": "Your Name",
"plan_tier": "pro",
"locale": "en",
"monthly_token_used": 12345,
"monthly_spend_limit": null,
"created_at": "2026-01-01T00:00:00.000Z",
"last_active_at": "2026-06-01T00:00:00.000Z"
}
}Example
bash
curl https://quizzz.techtranslab.com/api/v1/info \
-H "Authorization: Bearer qz_your_key_here"