X-API-Key header.
Getting your API key
- Go to your LeadTrackr Dashboard
- Open the project you want to connect
- Navigate to Settings and click API Integration in the sidebar
- Copy the API Key
Using your API key
Include the API key in theX-API-Key header with every request:
Endpoints without authentication
The Create Lead endpoint does not require an API key. It is designed for client-side use (e.g. from Google Tag Manager or browser scripts) and identifies the project via theprojectId field in the request body.
Error responses
If the API key is missing or invalid, you will receive a401 response: