Introduction
Fundamental concepts of Flinkk Mail API.
Base URL
Flinkk Mail API operates over HTTPS, adhering to REST principles. For security reasons, unencrypted HTTP connections are not permitted.
https://mail.flinkk.io
Authentication
Authenticate your Flinkk Mail API requests using an API key. Include an api-key header in your requests with your API key as the value. For example:
api-key: YOUR_API_KEY
You can generate a new token/API key under API Keys in your Flinkk Mail account.