Authentication
This page explains how to authenticate and authorize requests to the Linked Mail Finder API .
All API endpoints require authentication using an API key . This ensures secure and authorized access to our services.
Using the API Key
You must include your API key in the Authorization header of each request, using the following format:
Authorization: Bearer YOUR_API_KEY_HERE
📥 Getting Your API Key
To obtain your API key:
1.Log in to your Linkedin Mail Finder account.
2.Navigate to the API Key page.
3.Click New Button.
4.Copy and securely store your API key — it will not be shown again.
🔒 Keep your API key confidential. Do not expose it in client-side code or public repositories.