# Moneyback Guarantees (Beta)

Monthly savings rates delivered through Moneyback Guarantee rebates and releases

## Get monthly Moneyback Guarantee 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.

```json
{"openapi":"3.0.2","info":{"title":"Archera.ai Beta API","version":"v1.0.0"},"tags":[{"name":"Moneyback Guarantees (Beta)","description":"Monthly savings rates delivered through Moneyback Guarantee rebates and releases"}],"paths":{"/beta/v1/org/{org_id}/moneyback-guarantees/savings":{"get":{"parameters":[{"in":"query","name":"provider","description":"Cloud provider (aws, azure, gcp)","schema":{"type":"string","enum":["aws","azure","gcp"]},"required":true},{"in":"query","name":"start_date","description":"Start date (YYYY-MM-DD)","schema":{"type":"string","format":"date"},"required":true},{"in":"query","name":"end_date","description":"End date (YYYY-MM-DD, exclusive)","schema":{"type":"string","format":"date"},"required":true}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MoneybackGuaranteeMonthlySavings"}}},"400":{"description":"Bad request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}},"405":{"description":"Method not allowed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}},"422":{"$ref":"#/components/responses/UNPROCESSABLE_CONTENT"},"500":{"description":"Internal server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiErrorResponse"}}},"default":{"$ref":"#/components/responses/DEFAULT_ERROR"}},"tags":["Moneyback Guarantees (Beta)"],"summary":"Get monthly Moneyback Guarantee savings","description":"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."}}},"components":{"schemas":{"MoneybackGuaranteeMonthlySavings":{"type":"object","properties":{"monthly_rebate_savings":{"type":"number","description":"Rebates delivered over the requested period, normalized to a 730-hour monthly rate"},"monthly_release_savings":{"type":"number","description":"730-hour monthly commitment cost eliminated by commitments resold during the requested period"},"monthly_total_savings":{"type":"number","description":"Sum of monthly_rebate_savings and monthly_release_savings"}},"additionalProperties":false},"ApiErrorResponse":{"type":"object","properties":{"message":{"type":"string"},"detail":{"nullable":true},"code":{"type":"string","nullable":true},"url":{"type":"string","nullable":true},"timestamp":{"type":"string"},"type":{"type":"string"}},"required":["message","timestamp","type"]},"Error":{"type":"object","properties":{"code":{"type":"integer","description":"Error code"},"status":{"type":"string","description":"Error name"},"message":{"type":"string","description":"Error message"},"errors":{"type":"object","description":"Errors","additionalProperties":{}}},"additionalProperties":false}}},"responses":{"UNPROCESSABLE_CONTENT":{"description":"Unprocessable Content","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"DEFAULT_ERROR":{"description":"Default error response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}}
```
