OUTREACH
API Keys
Manage your API keys for programmatic access
Production Key
Created 16/09/2025 • Last used 22/09/2025
erk_live******************
emails:sendaudiences:readaudiences:write
API Usage
Learn how to use your API keys
Authentication
Authorization: Bearer erk_live_your_api_key_here
Base URL
https://api.emailreach.pro/v1
Example Request
curl -X POST https://api.emailreach.pro/v1/emails \
-H "Authorization: Bearer erk_live_your_api_key_here" \
-H "Content-Type: application/json" \
-d '{"to": "user@example.com", "subject": "Hello", "html": "<p>Hello World!</p>"}'