{ "opencollection": "1.0.0", "info": { "name": "Bud API Services: Documentation Aggregation Buckets Retrieve Affordability Report V2 API", "version": "2.10.10" }, "items": [ { "info": { "name": "Retrieve Affordability Report V2", "type": "folder" }, "items": [ { "info": { "name": "Retrieve Affordability Report V2", "type": "http" }, "http": { "method": "GET", "url": "https://api-sandbox.thisisbud.com/affordability/v2/report", "headers": [ { "name": "X-Client-Id", "value": "8711bbef-b357-4c2d-97ca-0d9df4206e9a" }, { "name": "X-Customer-Id", "value": "c3339af9-2426-44d4-9c4d-ddb8fd281e23" }, { "name": "X-Customer-Idempotent-Identifier", "value": "" }, { "name": "X-Customer-Secret", "value": "" } ], "params": [ { "name": "month_from", "value": "", "type": "query" }, { "name": "month_to", "value": "", "type": "query" }, { "name": "timezone", "value": "", "type": "query" }, { "name": "overall_totals", "value": "", "type": "query" }, { "name": "monthly_totals", "value": "", "type": "query" }, { "name": "currency", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/v1/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get an overview of a customer's financial status." }, { "info": { "name": "Retrieve Affordability Transactions V2", "type": "http" }, "http": { "method": "GET", "url": "https://api-sandbox.thisisbud.com/affordability/v2/transactions", "headers": [ { "name": "X-Client-Id", "value": "8711bbef-b357-4c2d-97ca-0d9df4206e9a" }, { "name": "X-Customer-Id", "value": "c3339af9-2426-44d4-9c4d-ddb8fd281e23" }, { "name": "X-Customer-Idempotent-Identifier", "value": "" }, { "name": "X-Customer-Secret", "value": "" } ], "params": [ { "name": "date_from", "value": "", "type": "query" }, { "name": "date_to", "value": "", "type": "query" }, { "name": "criteria", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/v1/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "This is a complimentary endpoint to the Retrieve Affordability Report V2 endpoint. This endpoint\nis designed to allow clients to retrieve transactions used to generate sections of the V2 affordability report.\n\nTransactions returned via this endpoint are filtered based on the criteria provided in the request, and\nresemble the V2 transaction response format found in the v2_transactions_get endpoint.\n" } ] } ], "bundled": true }