Moneyback Guarantees (Beta) | API & MCP Reference | Archera

Monthly savings rates delivered through Moneyback Guarantee rebates and releases

Get monthly Moneyback Guarantee savings

Endpoint

get/beta/v1/org/{org_id}/moneyback-guarantees/savings

Returns 730-hour monthly savings rates delivered through commitment rebates and releases. Rebate totals are normalized over the requested period; release savings are the monthly commitment cost eliminated by commitments released during the period. The end date is exclusive.

Path parameters

Query parameters

Responses

Example Request

GET /beta/v1/org/{org_id}/moneyback-guarantees/savings?provider=aws&start_date=2026-07-27&end_date=2026-07-27 HTTP/1.1
Accept: */*

Example Response

{
  "monthly_rebate_savings": 1,
  "monthly_release_savings": 1,
  "monthly_total_savings": 1
}