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 LinkedIn profile information. Wiza retrieves this data in real-time and returns the fields listed under LinkedIn Profile Information and Company Information in the Data Dictionary.
Not all data points are included by default. To include additional LinkedIn attributes, 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 LinkedIn profile data.

Step 2: Retrieve LinkedIn Profile Results

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