You’ll use Postman requests to simulate an application requesting decisions about payment
amounts. To get started, let's walk through downloading a Postman collection and
assigning values to variables used in the requests.
The PingOne platform requires an access token
A data object by which a client authenticates to a resource server and lays claim to
authorizations for accessing particular resources. from your application before you can make calls to the
API. You’ll use a Postman request to get the access token, then you’ll make decision
requests.