{ "opencollection": "1.0.0", "info": { "name": "Prove Auth Authentication API", "version": "3.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Issue an OAuth 2.0 access token", "type": "http" }, "http": { "method": "POST", "url": "https://api.prove.com/v3/token", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Exchange a client ID and client secret for a short-lived Bearer access token using the OAuth 2.0 client-credentials grant. The returned access_token must be sent as `Authorization: Bearer ` on all other Prove API calls." } ] } ], "bundled": true }