To begin using the PingOne Platform APIs, you’ll need to first:

  1. Create an application connection using the PingOne admin console application.

  2. Get the application’s access token (a JSON Web Token) for the application you created.

  3. Test the access token by running a simple PingOne Platform API request.

    You’ll then be able to make any PingOne Platform API requests allowed by the permissions encoded in your access token. For general information about PingOne Platform APIs, see Management APIs Overview and Authorization and Authentication APIs Overview.

  4. (Optional) If you’re using Postman to develop or test your project, you can also download the Postman collection for our entire PingOne Platform API, with the Postman environment template used in our example requests.