All REST Endpoints
Custom User Activity
The operations from the Custom User Activity category.
- Create custom user activity data
- Method: postPath:
https://oaainstall-host/risk-analyzer/transaction/v1
- Update custom user activitiy data
- Method: putPath:
https://oaainstall-host/risk-analyzer/transaction/v1
Device
The operations from the Device category.
- Add a new device in user profile
- Method: postPath:
https://oaainstall-host/risk-analyzer/device/v1/{requestId}
- Fetch user device
- Method: getPath:
https://oaainstall-host/risk-analyzer/device/v1/{requestId}
- Updates user device related to request id
- Method: putPath:
https://oaainstall-host/risk-analyzer/device/v1/{requestId}
RiskEvaluation
The operations from the RiskEvaluation category.
- Deprecated - Process rules
- Method: putPath:
https://oaainstall-host/risk-analyzer/risk/v1/{requestId}
- Process rules
- Method: putPath:
https://oaainstall-host/risk-analyzer/risk/v1/processrulessecurely
User Session
The operations from the User Session category.
- Create session
- Method: postPath:
https://oaainstall-host/risk-analyzer/session/v1
- Deprecated - Fetches session details of user's session
- Method: getPath:
https://oaainstall-host/risk-analyzer/session/v1/{requestId}
- Deprecated - Update the authentication status of the session
- Method: putPath:
https://oaainstall-host/risk-analyzer/session/v1/{requestId}
- Fetch the details of existing session
- Method: putPath:
https://oaainstall-host/risk-analyzer/session/v1/fetchsessionsecurely
- Update the authentication status of the session
- Method: putPath:
https://oaainstall-host/risk-analyzer/session/v1/updatesessionsecurely