v1
latestOpenAPI 3.0.02026-07-267331140.7 KBKYC
Retrieve an OTP code to verify a Phone Number
This call replaces the existing phone number for a user if it exists, whether it's verified or not.
post/api/v1/verification
Request body
Example request
{
"phoneNumber": "+555599998888"
}Response
OTP was sent.
Example response
{
"ok": true
}