/identity/v1/confirm-verification-code
Verifies a code sent to a contact for a specific network
contact
string
required
code
string
required
network
string
{
"contact": "string",
"code": "string",
"network": "string"
}
Verification check succeeded
{
"status": "pending"
}
/identity/v1/send-verification-code
This endpoint sends verification code
network
string
method
string
required
contact
string
required
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?