Validate multiple numbers
Returns details for multiple phone numbers. If async is true, returns a token to poll for results.
Authorizations
Wavix API key. Pass as Authorization: Bearer <api_key>. Keys support per-resource scopes (none / read / write). See Restricted keys and scopes.
Body
Validation configuration.
List of phone numbers to get detailed information about.
["971501390098", "971504359195"]format, analysis, validation Indicates whether the request should be executed asynchronously. If true, the response will include a request_uuid that can be used to poll for results. If false, the response will include validation results directly.
true
Force
true
Response
Validation results or request token.
- PhoneValidationBatchResponse
- Option 2
Validation request status.
"success"
Number of validations still in progress.
0
Total number of phone numbers in the request.
1000
List of validation results for each phone number.