{ "opencollection": "1.0.0", "info": { "name": "Paylocity Integrations REST Background Check Company 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": "Company", "type": "folder" }, "items": [ { "info": { "name": "List all company codes", "type": "http" }, "http": { "method": "GET", "url": "https://api.paylocity.com/api/v2/companies/:companyId/codes", "params": [ { "name": "companyId", "value": "", "type": "path" } ] }, "docs": "List all company codes" }, { "info": { "name": "Get company-specific OpenAPI document", "type": "http" }, "http": { "method": "GET", "url": "https://api.paylocity.com/api/v2/companies/:companyId/openapi", "params": [ { "name": "companyId", "value": "", "type": "path" } ] }, "docs": "Get company-specific OpenAPI document" } ] } ], "bundled": true }