Verify
Verify verification code by ID
post/verifications/{verification_id}/actions/verify
Path parameters
verification_idstring uuid required
Example:12ade33a-21c0-473b-b055-b3c836e1c292
The identifier of the verification to retrieve.
Request body
Example request
{
"code": "17686",
"status": "accepted"
}Response
Expected verify response to a valid request.
Example response
{
"data": {
"phone_number": "+13035551234",
"response_code": "accepted"
}
}