Change pin by token
POST/identity/v2/auth/pin/change
This API is used to change an existing PIN. The user must provide their current PIN along with a valid access token for authentication. It is typically used when a user wants to update their PIN while logged in.
Request
Responses
- 200
- 400
- 401
- 403
Successfully submit request to reset the pin
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.