API Endpoints
Send verification code to phone number via SMS.
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"statusCode": 200,
"message": "Verification code sent!",
"data": {
"sid": "VEXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"to": "+1234567890",
"channel": "sms",
"status": "pending",
"valid": false,
"lookup": {
"carrier": null
},
"amount": null,
"payee": null,
"sendCodeAttempts": [
{
"attempt_sid": "VLXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"channel": "sms",
"time": "2022-07-07T14:17:49.467Z"
}
],
"dateCreated": "2022-07-07T14:17:49.000Z",
"dateUpdated": "2022-07-07T14:17:49.000Z",
}
}Verify verification code.
Headers
Name
Type
Description
Request Body
Name
Type
Description
Last updated