Skip to main content
GET
Retrieve validation results

Authorizations

Authorization
string
header
required

Wavix API key. Pass as Authorization: Bearer <api_key>. Keys support per-resource scopes (none / read / write). See Restricted keys and scopes.

Path Parameters

request_id
string
required

The request_id returned by the asynchronous bulk validation request.

Example:

"12542c5c-1a17-4d12-a163-5b68543e75f6"

Response

Returns the batch validation results.

status
string
required

Request status. Possible values are success and in progress.

  • success: All numbers were processed. - in progress: Several numbers are pending validation.
Example:

"success"

pending
integer<int32>
required

The quantity of phone numbers that are pending to be processed.

Example:

10

count
integer<int32>
required

The quantity of phone numbers passed in the request.

Example:

1000

items
PhoneValidationResultResponse · object[]
required

Array of objects containing details for each phone number. The returned fields depend on the type parameter.

Example: