API Authentication

Securely connect to Mailvara's resources programmatically.

API Keys

Mailvara uses API keys for authentication. You can generate a key in your SettingsAPI Keys dashboard.

Using the Key

Include the key in the Authorization header of your requests:

Authorization: Bearer YOUR_API_KEY

Do not share your API key in client-side code (browsers). Always route requests through your own backend server.