Using the PingOne API
About this task
To integrate using the PingOne API:
Steps
-
Create a worker application and get an access token, as described in Creating a worker application and getting an access token.
-
Add risk evaluation to your user flow, as described in the section on risk evaluation in the API reference.
The response returns a final risk evaluation result:
High
,Medium
, orLow
. -
Add risk evaluation feedback to the flow.
This step is included after authentication has been completed, and it consists of sending an update with the final state of the transaction, such as
SUCCESS
orFAIL
. This step is essential for improving the accuracy of the machine learning models. See PUT UPDATE Risk Evaluation in the API reference. -
To modify the default risk policy, see Risk policies, or to create one of your own, see the documentation for creating a risk policy set with the API.