Authorization header.
Getting your API key
- Log into the CronAPI dashboard
- Navigate to the API Key page in the sidebar
- Your API key is generated automatically on first visit
- Copy the key immediately — the full plaintext key is only shown once
Using your API key
Include the key in theAuthorization header of every API request:
Regenerating your key
You can regenerate your API key from the dashboard at any time. This immediately invalidates the previous key — any requests using the old key will return401 Unauthorized.
Error responses
If authentication fails, the API returns:401
- Missing
Authorizationheader - Missing
Bearerprefix - Invalid or revoked API key