{ "opencollection": "1.0.0", "info": { "name": "Pinwheel Accounts Direct Deposit Allocations API", "version": "v2025-07-08" }, "request": { "auth": { "type": "apikey", "key": "X-API-SECRET", "value": "{{X-API-SECRET}}", "placement": "header" } }, "items": [ { "info": { "name": "Direct Deposit Allocations", "type": "folder" }, "items": [ { "info": { "name": "Get Direct Deposit Allocations", "type": "http" }, "http": { "method": "GET", "url": "https://api.getpinwheel.com/v1/accounts/:account_id/direct_deposit_allocations", "headers": [ { "name": "Pinwheel-Version", "value": "" } ], "params": [ { "name": "account_id", "value": "", "type": "path", "description": "UUID of the payroll account." } ] }, "docs": "The Direct Deposit Allocations endpoint returns the current direct deposit allocations configured for the specified account." } ] } ], "bundled": true }