Confirming Credit Deductions
After making a POST request and retrieving results via the GET endpoint (https://wiza.co/api/individual_reveals/{id}), you can confirm the credits that were deducted in the response under the credits object.
The relevant fields include:
- api_credits.total – Total API credits deducted by this request
- api_credits.email_credits – Number of credits deducted due to emails found
- api_credits.phone_credits – Number of credits deducted due to phones found
- api_credits.scrape_credits – Number of credits deducted when Profile URLs are successfully matched. Unmatched Profile URLs are not charged.

