GET /search/{format}

nexmo.com:verify

Summary: Verify Search
Operation ID: verifySearch
Auth: unknown
Description

Use Verify search to check the status of past or current verification requests: 1. Send a Verify search request containing the `request_id`s of the verification requests you are interested in. 2. Use the `status` of each verification request in the `checks` array of the response object to determine the outcome. *Note that this endpoint is available by `POST` request as well as `GET`.*

Parameters (5)

api_key (?, query, required)
api_secret (?, query, required)
format (string, path, required)

The response format.

Constraints: {'enum': ['json', 'xml']}

request_id (string, query, required)

The `request_id` you received in the Verify Request Response. Required if `request_ids` not provided.

request_ids (array, query, optional)

More than one `request_id`. Each `request_id` is a new parameter in the Verify Search request. Required if `request_id` not provided.

No probe data for this endpoint yet.