{ "opencollection": "1.0.0", "info": { "name": "ADP Payroll Organizations API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://accounts.adp.com/auth/oauth/v2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "List Organization Departments", "type": "http" }, "http": { "method": "GET", "url": "https://api.adp.com/core/v1/organization-departments" }, "docs": "Retrieve all departments/organizational units in the company structure." } ] } ], "bundled": true }