Verify
Trigger Flash call verification
post/verifications/flashcall
Request body
Example request
{
"phone_number": "+13035551234",
"timeout_secs": 300,
"verify_profile_id": "12ade33a-21c0-473b-b055-b3c836e1c292"
}Response
Expected verifications response to a valid request.
Example response
{
"data": {
"created_at": "2020-09-14T17:03:32.965812",
"custom_code": "43612",
"id": "12ade33a-21c0-473b-b055-b3c836e1c292",
"phone_number": "+13035551234",
"record_type": "verification",
"status": "accepted",
"timeout_secs": 300,
"type": "sms",
"updated_at": "2020-09-14T17:03:32.965812",
"verify_profile_id": "12ade33a-21c0-473b-b055-b3c836e1c292"
}
}