Getting Started
Authentication
How to authenticate with the LeadSail API using API keys.
Authentication
All API requests require an API key for authentication.
API Key
Include your API key in the X-API-Key header on every request:
X-API-Key: <your_api_key>API keys are scoped to your organization and can be created from the Settings page in your LeadSail dashboard. See API Keys for setup instructions.
Scoping
All API requests are automatically scoped to your organization based on your API key. You only have access to data within your own account.