{ "opencollection": "1.0.0", "info": { "name": "Arcadia API Reference Auth Utility Credentials API", "version": "0.3.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Utility Credentials", "type": "folder" }, "items": [ { "info": { "name": "List Utility Credentials", "type": "http" }, "http": { "method": "GET", "url": "https://api.arcadia.com/utility_credentials", "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 UtilityCredentials for all users, or filtered by `client_user_id`. Default ordered by descending `updated_at`." }, { "info": { "name": "Get Utility Credential", "type": "http" }, "http": { "method": "GET", "url": "https://api.arcadia.com/utility_credentials/:utility_credential_id", "headers": [ { "name": "Arcadia-Version", "value": "2022-10-13" } ], "params": [ { "name": "utility_credential_id", "value": "", "type": "path" } ] }, "docs": "Returns a single UtilityCredential specified by ID." }, { "info": { "name": "Submit test credentials", "type": "http" }, "http": { "method": "POST", "url": "https://api.arcadia.com/sandbox/connect/submit_test_credentials", "headers": [ { "name": "Arcadia-Version", "value": "2022-10-13" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Submit test credentials in the sandbox environment\n\nThe request should authenticate with a Bearer token from the [Connect Token endpoint](ref:createconnecttoken), provisioned in the same manner as it would be for front-end use with Connect.\n" } ] } ], "bundled": true }