X-Api-Key request header.
Getting your API key
- Sign in to your Everhour account.
- Go to your profile page.
- Scroll to the bottom — your API key is shown there.
Using the API key
Include the key in every request:What happens without a valid key
If theX-Api-Key header is missing or the key is invalid, the API returns:
Security recommendations
- Store the API key in environment variables, not in source code.
- Rotate the key if you suspect it has been compromised — you can regenerate it from your profile page.
- Each API key is tied to a specific user account and inherits that user’s permissions.
At this time, Everhour supports one API key per user account. OAuth or fine-grained scopes are not currently available.
