{ "opencollection": "1.0.0", "info": { "name": "Bud API Services: Documentation Aggregation Buckets Retrieve Affordability Report API", "version": "2.10.10" }, "items": [ { "info": { "name": "Retrieve Affordability Report", "type": "folder" }, "items": [ { "info": { "name": "Retrieve Affordability Report", "type": "http" }, "http": { "method": "GET", "url": "https://api-sandbox.thisisbud.com/v1/affordability/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.\n> ❗️ Deprecation:\n>\n> Support will cease for this endpoint on the 31st of August 2025 - please complete your migration to the Retrieve Affordability Report V2 endpoint by that point in time. \n> For further details, contact your Bud account manager or email help@thisisbud.com.\n" }, { "info": { "name": "Retrieve Affordability Transactions", "type": "http" }, "http": { "method": "GET", "url": "https://api-sandbox.thisisbud.com/v1/affordability/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": "View the transactions that were used to calculate a customer's Retrieve Affordability Report.\n> ❗️ Deprecation:\n>\n> Support will cease for this endpoint on the 31st of Jan 2025 - please complete your migration to the Retrieve Affordability Transactions V2 endpoint by that point in time. For further details, contact your Bud account manager or email help@thisisbud.com.\n" } ] } ], "bundled": true }