{ "opencollection": "1.0.0", "info": { "name": "Arcadia Plug Accounts API", "version": "2024-02-21" }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "List Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.arcadia.com/plug/accounts", "headers": [ { "name": "Arcadia-Version", "value": "" } ], "params": [ { "name": "search", "value": "", "type": "query", "description": "Field-specific search expression." }, { "name": "page", "value": "", "type": "query", "description": "Zero-based page index." }, { "name": "size", "value": "", "type": "query", "description": "Page size." }, { "name": "sort", "value": "", "type": "query", "description": "Sort expression, format `property,(asc|desc)`." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List Accounts" }, { "info": { "name": "Retrieve Account", "type": "http" }, "http": { "method": "GET", "url": "https://api.arcadia.com/plug/accounts/:accountId", "headers": [ { "name": "Arcadia-Version", "value": "" } ], "params": [ { "name": "accountId", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve Account" } ] } ], "bundled": true }