Validates the token issued after OTP verification to retrieve the associated user identity. This server-to-server API call requires authentication using the application's client ID and client secret for verification.
Request
Header Params
clientId
string
optional
The clientId used for API authentication.
clientSecret
string
optional
The clientSecret used for API authentication.
Body Params application/json
token
string
required
JWT received from the Verify OTP response, used to authenticate and retrieve user identity.