{ "opencollection": "1.0.0", "info": { "name": "Mosey Accounts Agency Accounts API", "version": "1.0.0" }, "items": [ { "info": { "name": "Agency Accounts", "type": "folder" }, "items": [ { "info": { "name": "List Agency Accounts", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/agency_accounts", "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/api/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List Agency Accounts" }, { "info": { "name": "List Agency Accounts", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/agency_accounts", "params": [ { "name": "region", "value": "", "type": "query" }, { "name": "legal_entity_public_id", "value": "", "type": "query" }, { "name": "user_or_platform_public_id", "value": "", "type": "query" }, { "name": "platform_public_id", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/api/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List Agency Accounts" } ] } ], "bundled": true }