Skip to main content

Change PIN By Access Token

PUT 

https://api.loginradius.com/identity/v2/auth/pin/change

Use this Endpoint to allow the customer to change their PIN (Provided that they know the existing PIN) and are logged in with a valid access_token.

Request

Responses

Successful response

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

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