Skip to main content

Step 1: Start Individual Reveal

Endpoint: POST https://wiza.co/api/individual_reveals Send a POST request with your API key and set "enrichment_level": "none" to retrieve Profile Details. Wiza retrieves this data in real-time and returns the fields listed under Profile Details and Company Details in the Data Dictionary.
Not all data points are included by default. To include additional Profile Details, go to Settings → Data & Export → Advanced Columns and enable the desired fields.
The request may take 0 - 15 seconds to process, with an average response time of ~5 seconds. The response will include an id, which you will use in Step 2 to retrieve the enriched Profile Details.

Step 2: Retrieve Profile Details

Endpoint: GET https://wiza.co/api/individual_reveals/{id} Use the id returned from Step 1 to access the enriched data. Profile Details and company details associated with the profile will be returned. Alternatively, if a webhook is configured, the completed reveal will be delivered automatically.