What it does
All In One Verification lets you validate multiple data points through a single endpoint. Send one or more fields such as ip, bin, dob, vat, city, iban, name, email, phone, state, street, address, company, country, and postcode, and get back a response envelope with success and code plus the relevant verification blocks.
Use the GET variant for simple query-based checks, or POST the same data in a body object when you want to submit structured payloads from your application. The service is designed for workflows that need more than one validation step at once, such as onboarding, risk screening, payment checks, or address and identity pre-validation.
Because the response schema is an envelope with success and code and additional module blocks, you can integrate it into existing validation pipelines without needing separate calls for each data type. That makes it useful when you want to confirm contact details, tax identifiers, bank details, or location-related inputs before saving a record or continuing a transaction.