Skip to main content

Authentication

Every request to the LifyGo API must include your API key in the X-API-Key header.

Getting your key

  1. Sign in to the LifyGo dashboard.
  2. Go to API Keys.
  3. Click Generate key.
  4. Copy the key immediately. It will not be shown again.
API keys start with:

Using your key

Pass your API key in the X-API-Key header on every request.
The same API key works for:
  • 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.