/identity/v1/confirm-verification-codeVerifies a code sent to a contact for a specific network
contactstringrequired
codestringrequired
networkstring{
"contact": "string",
"code": "string",
"network": "string"
}Verification check succeeded
{
"status": "pending"
}/identity/v1/send-verification-codeThis endpoint sends verification code
networkstringmethodstringrequired
contactstringrequired
If "method" is email then specify and email address. If "method" is a phone then specify a format E.164 format. https://www.twilio.com/docs/glossary/what-e164
{
"network": "string",
"method": "email",
"contact": "string"
}OK
{
"status": "pending"
}Was this page helpful?