{ "opencollection": "1.0.0", "info": { "name": "Arcadia API Reference Auth Utility Accounts API", "version": "0.3.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Utility Accounts", "type": "folder" }, "items": [ { "info": { "name": "List Utility Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.arcadia.com/utility_accounts", "headers": [ { "name": "Arcadia-Version", "value": "2022-10-13" } ], "params": [ { "name": "client_user_id", "value": "", "type": "query", "description": "A client_user_id to filter the list of returned items by." }, { "name": "limit", "value": "", "type": "query" }, { "name": "updated_after", "value": "", "type": "query", "description": "ISO8601 datetime, used to traverse paginated responses. Use of this parameter is mutually exclusive with `updated_before`." }, { "name": "updated_before", "value": "", "type": "query", "description": "ISO8601 datetime, used to traverse paginated responses. Use of this parameter is mutually exclusive with `updated_after`." }, { "name": "order", "value": "", "type": "query", "description": "Used to specify the order in which records should be returned. Currently ordered by `updated_at` timestamp." } ] }, "docs": "Returns a paginated list of UtilityAccounts for all users, or filtered by `client_user_id`. Default ordered by descending `updated_at`." }, { "info": { "name": "Get Utility Account", "type": "http" }, "http": { "method": "GET", "url": "https://api.arcadia.com/utility_accounts/:utility_account_id", "headers": [ { "name": "Arcadia-Version", "value": "2022-10-13" } ], "params": [ { "name": "utility_account_id", "value": "", "type": "path" } ] }, "docs": "Returns a single UtilityAccount specified by ID." } ] } ], "bundled": true }