Verifications
Create a verification
Creates a new Verification and sends the code to the given phone number.
post/verifications
Request body
Example request
{
"phone_number": "+18015551234"
}Response
Created verification
Example response
{
"attempt_count": 0,
"id": "vfn_01jayh15c2f2xamftg0xpyq1nj",
"phone_number": "+18015551234",
"status": "pending"
}