HTTP Header
Example: Authenticated request
Best practices
- Rotate keys periodically and keep separate keys for dev/staging/prod.
- Set rate limits appropriately for each environment.
- Monitor usage and last_used to detect stale keys.
Use Bearer tokens in the Authorization header on every request.