Overview
The Leavo API uses Bearer Token authentication. All requests must include a valid API key in theAuthorization header.
Getting Your API Key
Access the Dashboard
Go to Dashboard
Using the Key
Include the key in theAuthorization header of all requests:
Environment Variables
Security
Don't expose in code
Never commit keys to version control
Rotate periodically
Change keys regularly for security
Use environment variables
Store keys in env vars or secret managers
Revoke if compromised
Immediately revoke compromised keys