{ "opencollection": "1.0.0", "info": { "name": "api-onboarding Account Usage Payers API", "version": "v1" }, "items": [ { "info": { "name": "Payers", "type": "folder" }, "items": [ { "info": { "name": "Get Payer", "type": "http" }, "http": { "method": "GET", "url": "/onboarding/payers/:id", "headers": [ { "name": "X-Auth-Token", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Payer UUID." }, { "name": "on_behalf_of", "value": "", "type": "query", "description": "A contact UUID for the sub-account you're acting on behalf of." } ] }, "docs": "Get a payer record." } ] } ], "bundled": true }