Getting Started
Make your first authenticated request to the LeadTale API.
The LeadTale API lets you programmatically search contacts, manage lists, push to integrations, and reveal verified contact details. Every request is authenticated with an API key.
Your first request
curl https://api.leadtale.com/api/v1/contacts \
-H "Authorization: Bearer lt_live_YOUR_KEY_HERE"If the key is valid, you get back a JSON page of contacts. If not, a 401 Unauthorized.
What you'll find here
- Authentication — how API keys work and the header format
- Rate Limits — how many requests per window
- API Reference — every endpoint, generated from the live OpenAPI spec
- Outbound Integrations — webhook events + Zapier
- List Push Behavior — how list triggers map to connected integrations
- Connecting an Integration — pointer to the in-app flow
Need help?
Email support@leadtale.com or check the in-app help.