{ "opencollection": "1.0.0", "info": { "name": "pVerify Authentication API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Generate an OAuth2 access token", "type": "http" }, "http": { "method": "POST", "url": "https://api.pverify.com/Token", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Exchanges Client_Id and Client_Secret for an OAuth2 bearer access token using the client_credentials grant. The returned access_token is sent as an Authorization bearer header on all subsequent API calls." } ] } ], "bundled": true }