Verify Frontend SDK token
Verify token
Validates user details by exchanging the token obtained from the otplessUser object for the user’s information. This server-to-server call requires authentication using the client ID and secret.
POST
/
userInfo
Body
application/x-www-form-urlencoded
client_id
string
requiredClient ID for verification.
client_secret
string
requiredClient Secret for verification.
token
string
requiredToken received from otplessUser object.
Response
200 - application/json
name
string
email
string
first_name
string
last_name
string
family_name
string
phone_number
string
national_phone_number
string
country_code
string
email_verified
boolean
auth_time
string
authentication_details
object
Was this page helpful?