{ "opencollection": "1.0.0", "info": { "name": "PingOne Platform Applications Authentication API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Obtain OAuth 2.0 access token", "type": "http" }, "http": { "method": "POST", "url": "https://api.pingone.com/v1/as/token", "body": { "type": "form-urlencoded", "data": [ { "name": "grant_type", "value": "" }, { "name": "client_id", "value": "" }, { "name": "client_secret", "value": "" }, { "name": "scope", "value": "" } ] } }, "docs": "Exchange client credentials for a Bearer access token." } ] } ], "bundled": true }