Authentication
Authenticate every request with a Bearer key in the Authorization: Bearer header:
curl https://useglowbit.com/api/v1/me \ -H "Authorization: Bearer YOUR_KEY"
RESPONSE · 200
{
"userId": "uK4dQx7pR2mT9wYb",
"email": "[email protected]",
"plan": "pro",
"keyCreatedAt": "2026-07-12T18:03:11.000Z"
}- One key per account, full access to everything the account owns.
- Create and rotate your key in Studio → API & Data. Regenerating instantly invalidates the old key.
- The raw key is shown only once, at generation time. Store it somewhere safe.