Skip to content

Revealed Employee Finder API (1.0.0)

API for finding employee contact information from companies using various criteria.

Download OpenAPI description
Overview
Languages
Servers
Mock server
https://docs.revealead.com/_mock/apis
Production Server
https://api.revealead.app/employeefinder

Companies

Operations

Contacts

Operations

System

Operations

Health Check

Request

Check the status of the API service.

Security
ApiKeyHeader or ApiKeyQuery
curl -i -X GET \
  https://docs.revealead.com/_mock/apis/health \
  -H 'X-API-Key: YOUR_API_KEY_HERE'

Responses

Service is healthy

Bodyapplication/json
statusstring
Example: "healthy"
versionstring
Example: "1.0.0"
timestampstring
dependenciesobject
Response
application/json
{ "status": "healthy", "version": "1.0.0", "timestamp": "string", "dependencies": {} }