Verify Check
Use Verify check to confirm that the PIN you received from your user matches the one sent by Vonage in your Verify request.
- Send the verification code that your user supplied, with the corresponding request_id from the Verify request.
- Check the status of the response to determine if the code the user supplied matches the one sent by Vonage.
Note that this endpoint is available by GET request as well as POST.
post/check/{format}
Path parameters
format'json' | 'xml' required
The response format.
Response
OK
Example response
{
"currency": "EUR",
"estimated_price_messages_sent": "0.03330000",
"event_id": "0A00000012345678",
"price": "0.10000000",
"request_id": "abcdef0123456789abcdef0123456789",
"status": "0"
}