Skip to main content

Reset PIN By SecurityAnswer and UserName

PUT 

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

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

Request

Responses

Successful response

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

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