Retrieve validation results
Returns the results of an asynchronous batch validation identified by request_id.
Path parameters
The request_id returned by the asynchronous bulk validation request.
Response
Returns the batch validation results.
Example response
{
"status": "success",
"pending": 10,
"count": 1000,
"items": [
{
"phone_number": "971501390098",
"valid": true,
"country_code": "AE",
"e164_format": "+971501390098",
"national_format": "050 139 0098",
"ported": false,
"mcc": "424",
"mnc": "02",
"number_type": "mobile",
"carrier_name": "Etisalat",
"risky_destination": false,
"unallocated_range": false,
"reachable": true,
"roaming": false,
"timezone": "UTC+04:00",
"charge": "0.015",
"error_code": "000"
},
{
"phone_number": "971504359195",
"valid": true,
"country_code": "AE",
"e164_format": "+971504359195",
"national_format": "050 435 9195",
"ported": false,
"mcc": "424",
"mnc": "02",
"number_type": "mobile",
"carrier_name": "Etisalat",
"risky_destination": false,
"unallocated_range": false,
"reachable": true,
"roaming": false,
"timezone": "UTC+04:00",
"charge": "0.015",
"error_code": "000"
}
]
}Changes
Changed in 3 of the 50 revisions of this API.1921
- ●
removed the optional property
error_codefrom the response with the403statusresponse-optional-property-removed
- ●
removed the optional property
error_codefrom the response with the404statusresponse-optional-property-removed
This revision also has 42 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
the endpoint scheme security
bearerAuthwas added to the APIapi-security-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
the response property
allOf[subschema #1: PhoneValidationBatchResultResponse]/items/items/carrier_namebecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #1: PhoneValidationBatchResultResponse]/items/items/country_codebecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #1: PhoneValidationBatchResultResponse]/items/items/mccbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #1: PhoneValidationBatchResultResponse]/items/items/mncbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #1: PhoneValidationBatchResultResponse]/items/items/number_typebecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #1: PhoneValidationBatchResultResponse]/items/items/portedbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #1: PhoneValidationBatchResultResponse]/items/items/risky_destinationbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #1: PhoneValidationBatchResultResponse]/items/items/timezonebecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #1: PhoneValidationBatchResultResponse]/items/items/unallocated_rangebecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #1: PhoneValidationBatchResultResponse]/items/items/carrier_namebecame optional for the status200response-property-became-optional
- ▲
the response property
allOf[subschema #1: PhoneValidationBatchResultResponse]/items/items/mccbecame optional for the status200response-property-became-optional
- ▲
the response property
allOf[subschema #1: PhoneValidationBatchResultResponse]/items/items/mncbecame optional for the status200response-property-became-optional
- ▲
the response property
allOf[subschema #1: PhoneValidationBatchResultResponse]/items/items/number_typebecame optional for the status200response-property-became-optional
- ▲
the response property
allOf[subschema #1: PhoneValidationBatchResultResponse]/items/items/portedbecame optional for the status200response-property-became-optional
- ▲
the response property
allOf[subschema #1: PhoneValidationBatchResultResponse]/items/items/reachablebecame optional for the status200response-property-became-optional
- ▲
the response property
allOf[subschema #1: PhoneValidationBatchResultResponse]/items/items/risky_destinationbecame optional for the status200response-property-became-optional
- ▲
the response property
allOf[subschema #1: PhoneValidationBatchResultResponse]/items/items/roamingbecame optional for the status200response-property-became-optional
- ▲
the response property
allOf[subschema #1: PhoneValidationBatchResultResponse]/items/items/timezonebecame optional for the status200response-property-became-optional
- ▲
the response property
allOf[subschema #1: PhoneValidationBatchResultResponse]/items/items/unallocated_rangebecame optional for the status200response-property-became-optional
- ▲