Company Reveal Launcher
Reveal company information from an IPv4 address.
How it works
Unlike other Waterfall async endpoints, Company Reveal returns the result immediately in the response body — no polling required. The job is also persisted, so you can retrieve it later using the Company Reveal Finder with the returnedjob_id.
Confidence score
Theconfidence_score field indicates how certain Waterfall is that the IP belongs to the identified company.
| Value | Meaning |
|---|---|
high | Strong signal — IP strongly associated with the company |
medium | Moderate signal — likely match but not definitive |
low | Weak signal — treat result with caution |
Example request
Passing custom metadata
Usecustom_fields to attach internal IDs or labels — echoed back in the response unchanged.
Next step
The result is returned directly in the response. To retrieve a past job, use Company Reveal Finder with thejob_id.Authorizations
To access the API, provide your API key in x-api-key.
Body
Company Reveal request payload.
Request payload for Company Reveal.
"8.8.8.8"
Optional webhook callback URL. If supplied, Waterfall POSTs the same payload returned by the Finder endpoint when processing completes. If your webhook responds with 429, 500, 502, or 504, Waterfall retries delivery up to 5 times with exponential backoff.
2083"https://example.com/webhook"
Any custom key-value pairs echoed back in the Prospector Finder output (useful for correlating internal source metadata).
{
"tenantId": "0e9d26b7-cdb5-4d95-b248-59ac389d2e8a",
"workflowId": "ProspectFromWaterfall:23ed5bc8-a976-4ee0-b644-f0eb2db6e3ad:c268355e-a256-4593-a216-009a2463cee4",
"waterfallRequestId": "1b49c542-f47a-406b-a95f-a1859d1461af"
}Response
Company Reveal result returned successfully.
Company Reveal response with synchronous job envelope and output.
The status of the job.
RUNNING, SUCCEEDED, FAILED, TIMED_OUT, ABORTED "RUNNING"
A date time in ISO 8601 format.
"2025-02-05T15:46:35.771751+00:00"
A date time in ISO 8601 format.
"2025-02-05T15:46:35.771751+00:00"
Company Reveal output payload.