API Authentication
Securely connect to Mailvara's resources programmatically.
API Keys
Mailvara uses API keys for authentication. You can generate a key in your Settings → API Keys dashboard.
Using the Key
Include the key in the Authorization header of your requests:
Authorization: Bearer YOUR_API_KEYDo not share your API key in client-side code (browsers). Always route requests through your own backend server.