Generate OTP code
API Details
mutation ($target: String!) {
generateOOBOTPCode(input: { target: $target }) {
code
}
}{
"target": "<USER_EMAIL_OR_PHONE_NUMBER>"
}{
"target": "[email protected]"
}{
"data": {
"generateOOBOTPCode": {
"code": "123456"
}
}
}Last updated
Was this helpful?