Skip to main content

Reset PIN By UserName and OTP

PUT 

https://api.loginradius.com/identity/v2/auth/pin/reset/otp/username

Use this Endpoint to complete the forgot PIN Process by setting a new PIN on the account by providing the username and OTP.

Request

Responses

Successful response

Request Collapse all
Base URL
https://api.loginradius.com
Parameters
— queryrequired
Body required
{
  "PIN": "string",
  "UserName": "string",
  "OTP": "string"
}
ResponseClear

Click the Send API Request button above and see the response here!