PingOne Platform APIs

Task 3: Test The Workflow

The Test the Workflow endpoints perform the following actions:

  • Send an authorization request.

  • Perform any sign-on or confirmation actions.

  • Return an access token.

The authorization and token endpoints that you’ll call to test the workflow require an application ID and secret to complete the sign-on action. The Postman collections that accompany these flows reference the Web application that you created earlier.

What you’ll do

You will send an authorization request to start the transaction approval workflow.

  • POST request to the authorize endpoint.

  • POST request to submit the OTP.

  • POST request to get the access token.