API for finding employee contact information from companies using various criteria.
Revealed Employee Finder API (1.0.0)
Download OpenAPI description
Overview
API Support
License
Languages
Servers
Mock server
https://docs.revealead.com/_mock/apis
Production Server
https://api.revealead.app/employeefinder
- Mock serverhttps://docs.revealead.com/_mock/apis/health
- Production Serverhttps://api.revealead.app/employeefinder/health
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://docs.revealead.com/_mock/apis/health \
-H 'X-API-Key: YOUR_API_KEY_HERE'Response
application/json
{ "status": "healthy", "version": "1.0.0", "timestamp": "string", "dependencies": {} }