curl --location --request POST '/verifications/sms' \
--header 'Content-Type: application/json' \
--data-raw '{
"custom_code": null,
"phone_number": "+13035551234",
"timeout_secs": 300,
"verify_profile_id": "12ade33a-21c0-473b-b055-b3c836e1c292"
}'
{
"data": {
"created_at": "2020-09-14T17:03:32.965812",
"custom_code": null,
"id": "12ade33a-21c0-473b-b055-b3c836e1c292",
"phone_number": "+13035551234",
"record_type": "verification",
"status": "pending",
"timeout_secs": 300,
"type": "sms",
"updated_at": "2020-09-14T17:03:32.965812",
"verify_profile_id": "12ade33a-21c0-473b-b055-b3c836e1c292"
}
}
Authorization: Bearer ********************