v1

latestOpenAPI 3.0.3The MIT License (MIT)2026-07-1462239.9 KB

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.

  1. Send the verification code that your user supplied, with the corresponding request_id from the Verify request.
  2. 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

OR

Example response

{
  "currency": "EUR",
  "estimated_price_messages_sent": "0.03330000",
  "event_id": "0A00000012345678",
  "price": "0.10000000",
  "request_id": "abcdef0123456789abcdef0123456789",
  "status": "0"
}
All 6 operations