Quickstart Guide
Get started with the Tuesday Leads API in under 5 minutes
Get Your API Key
To get started with the Tuesday Leads API, you’ll need an API key:
Sign Up
Create an account at Tuesday Dashboard
Generate API Key
Navigate to the API Keys section and generate a new key
Secure Your Key
Store your API key securely - treat it like a password
Never expose your API key in client-side code or public repositories. Always use environment variables or secure key management systems.
Test Your Setup
Verify your API key works by making a test request to the Auth API:
Expected Response:
Your First API Call
Let’s fetch a person’s profile using their LinkedIn URL:
Response:
Common Use Cases
CRM Enrichment
Enrich your existing contacts with additional profile data and verified contact information.
Lead Generation
Find and qualify new prospects using company and people search APIs.
Sales Intelligence
Research prospects and companies before outreach with detailed profiles and insights.
Market Research
Analyze companies and their employees to understand market trends and opportunities.
Best Practices
Start Small: Begin with basic profile lookups before moving to advanced search queries
Batch Requests: For multiple profiles, consider the rate limits and plan your requests accordingly
Cache Results: Store frequently accessed data to reduce API calls and improve performance
Error Handling: Always implement proper error handling for API timeouts and rate limits
Next Steps
Now that you’re set up, explore these key areas:
- Authentication - Learn about API key management
- Rate Limits & Credits - Understand usage limits
- People APIs - Access professional profiles
- Company APIs - Get company intelligence
- Search APIs - Find prospects at scale
Need Help?
API Reference
Complete API documentation with examples