Authentication
Every request to the LifyGo API must include your API key in theX-API-Key header.
Getting your key
- Sign in to the LifyGo dashboard.
- Go to API Keys.
- Click Generate key.
- Copy the key immediately. It will not be shown again.
Using your key
Pass your API key in theX-API-Key header on every request.
- Email API
- OTP API
- Cron Job API
Key Security
LifyGo follows several security practices to protect your API keys:- API keys are hashed using SHA-256 before being stored.
- The original (raw) API key is never stored.
- You can generate multiple API keys for the same account.
- Old keys can be deleted at any time.
- Rotate your keys regularly by creating a new key and deleting the old one.
- Never commit your API keys to version control or expose them in client-side applications.