Everything you need to get started with Enrevia.
Sign up at enrevia.com/register. Free tier includes 25 credits per month.
Install from the Chrome Web Store. The extension works on LinkedIn profiles, Sales Navigator, Gmail, and Outlook.
Visit any LinkedIn profile. The Enrevia sidebar will appear. Click “Find Contact Info” to get verified emails and phone numbers.
Base URL: https://api.enrevia.com/v1
Authorization: Bearer envia_...
curl -X POST https://api.enrevia.com/v1/enrich \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"linkedinUrl": "https://www.linkedin.com/in/example",
"firstName": "John",
"lastName": "Smith",
"company": "Acme Corp"
}'curl https://api.enrevia.com/v1/credits \ -H "Authorization: Bearer YOUR_API_KEY"
Questions? Visit our support page or email support@enrevia.com.