Reset pin by reset token
PUT/identity/v2/auth/pin/reset/token
This API allows a user to reset their PIN by providing reset token received in email. The user must provide the reset token, a new PIN. This endpoint is typically used when the user forgets their PIN and wants to securely set a new one.
Request
Responses
- 200
- 400
- 401
- 403
OK: The request was successful.
Bad Request - the request is malformed or invalid.
Status Unauthorized: The request requires user authentication.
Forbidden - the client is not allowed to access this resource.