# Revealed Employee Finder API API for finding employee contact information from companies using various criteria. Version: 1.0.0 License: Proprietary ## Servers Production Server ``` https://api.revealead.app/employeefinder ``` ## Security ### ApiKeyHeader Type: apiKey In: header Name: X-API-Key ### ApiKeyQuery Type: apiKey In: query Name: key ## Download OpenAPI description [Revealed Employee Finder API](https://revealead-employee-finder.redocly.app/_bundle/apis/index.yaml) ## Companies ### Search Companies - [GET /companies](https://revealead-employee-finder.redocly.app/apis/companies/searchcompanies.md): Search for companies containing contacts matching specified criteria (seniority, department, etc.). ## Contacts ### Get Contacts by Company - [GET /contacts/company/{company_id}](https://revealead-employee-finder.redocly.app/apis/contacts/getcontactsbycompany.md): Retrieve contacts for a specific company using its ID or Registration Number. ### Get Single Contact - [GET /contacts/{contact_id}](https://revealead-employee-finder.redocly.app/apis/contacts/getcontact.md): Retrieve details for a single contact by their ID. ## System ### Health Check - [GET /health](https://revealead-employee-finder.redocly.app/apis/system/healthcheck.md): Check the status of the API service.