{ "opencollection": "1.0.0", "info": { "name": "Paylocity Integrations REST Background Check API", "version": "2.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.paylocity.com/IdentityServer/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Background Check", "type": "folder" }, "items": [ { "info": { "name": "List background check screening packages", "type": "http" }, "http": { "method": "GET", "url": "https://api.paylocity.com/compliance/backgroundcheck/screeningpackages" }, "docs": "List background check screening packages" }, { "info": { "name": "Create background check webhook subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.paylocity.com/compliance/backgroundcheck/candidatescreeningorders/subscription" }, "docs": "Create background check webhook subscription" }, { "info": { "name": "Delete background check webhook subscription", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.paylocity.com/compliance/backgroundcheck/candidatescreeningorders/subscription" }, "docs": "Delete background check webhook subscription" } ] } ], "bundled": true }