---
title: "Apply Retention Discount"
method: POST
path: "/v1/subscription/apply-retention-discount"
tags: ["Subscription"]
---

# Apply Retention Discount

`POST /v1/subscription/apply-retention-discount`

Grant the org a retention credit instead of cancelling.

## Headers

- `X-API-Key` string, required

## Response `200`

Successful Response

- ApplyRetentionDiscountResponse
  - `success` boolean, required — Whether the retention credit was applied
  - `message` string, required — Response message for the frontend
  - `credits_granted` integer, required — Retention credits added to the org's balance

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/getbluejay/apis/bluejay-api.md) · [All operations](https://skmtc.net/getbluejay/apis/bluejay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbluejay/bluejay-api/revisions/389009d50e72/schema)
