Skip to main content
Wiza may return up to three mobile numbers per profile. For highest quality results, parse the following fields:
  • phone_number – Primary mobile number, highest quality in E.164 format.
  • number_pretty – Human-readable format (e.g., +1 (123) 456-7890).
  • number – Raw number from the phones array, in E.164 format.
  • In the phones array, "type": "mobile" and "type": "other" are all mobile numbers
  • All numbers in the phones array (up to three) can be parsed
  • Do not rely solely on mobile_phone

Step 1: Start Individual Reveal

Endpoint: https://wiza.co/api/individual_reveals Send a POST request with your API key and "enrichment_level": "phone". The response will include an id, which you will use in Step 2.
The request may take 0-15 seconds to process, with an average response time of ~4 seconds.
Sample Request Body:

Step 2: Retrieve Reveal Results

Endpoint: GET https://wiza.co/api/individual_reveals/{id} Use the id returned from Step 1 to access the enriched data. For best results, parse phone_number, number_pretty, or number. Wiza may return up to three mobile numbers. Alternatively, if a webhook is configured, the completed reveal will be delivered automatically. Sample 1 Response Snippet: One Mobile Number Found
Sample 2 Response Snippet: Multiple Mobile Numbers Found