Verify pin
PUT/identity/v2/auth/account/reauth/pin
PIN ReAuth Verification by Access Token.This API is used to verify the PIN for a user using an access token. It is typically used in scenarios where the user has already authenticated and needs to re-verify their PIN.
Request
Responses
- 200
- 400
- 401
- 403
OK: The request was successful.
Bad Request: The request could not be understood by the server due to malformed syntax.
Unauthorized: The request requires user authentication.
Forbidden: The server understood the request, but refuses to authorize it.