---
title: "subscription.spend.threshold_recovered"
method: POST
path: "/webhook-events/subscription.spend.threshold_recovered"
tags: ["Webhook Events"]
---

# subscription.spend.threshold_recovered

`POST /webhook-events/subscription.spend.threshold_recovered`

Fired when a subscription's total metered spend falls back below all configured alert thresholds for the current billing period. Doc-only for parsing.

## Response `200`

Webhook payload

- WebhookDtoSpendAlertEvent
  - `alert_status` 'ok' | 'info' | 'warning' | 'in_alarm'
  - `alert_type` 'low_ongoing_balance' | 'low_credit_balance' | 'feature_wallet_balance' | 'subscription_spend' | 'subscription_line_item_spend' | 'subscription_group_spend' | 'entitlement_grant_threshold' | 'entitlement_grant_exhausted'
  - `current_spend` string
  - `group_id` string
  - `subscription` WebhookDtoSubscription
    - `billing_cadence` 'RECURRING'
    - `billing_period` 'MONTHLY' | 'ANNUAL' | 'WEEKLY' | 'DAILY' | 'QUARTERLY' | 'HALF_YEARLY' | 'ONETIME'
    - `billing_period_count` integer
    - `cancel_at` string, date-time
    - `cancel_at_period_end` boolean
    - `cancelled_at` string, date-time
    - `currency` string
    - `current_period_end` string, date-time
    - `current_period_start` string, date-time
    - `customer` WebhookDtoCustomer
      - `address_city` string
      - `address_country` string
      - `address_line1` string
      - `address_line2` string
      - `address_postal_code` string
      - `address_state` string
      - `email` string
      - `environment_id` string
      - `external_id` string
      - `id` string
      - `metadata` object
      - `name` string
      - `timezone` string
    - `customer_id` string
    - `end_date` string, date-time
    - `id` string
    - `lookup_key` string
    - `metadata` TypesMetadata
    - `parent_subscription_id` string
    - `pause_status` 'none' | 'active' | 'scheduled' | 'completed' | 'cancelled'
    - `plan_id` string
    - `start_date` string, date-time
    - `subscription_status` 'active' | 'paused' | 'cancelled' | 'incomplete' | 'trialing' | 'draft'
    - `subscription_type` 'standalone' | 'delegated_invoicing' | 'parent' | 'inherited' | 'grouped_invoicing'
    - `trial_end` string, date-time
    - `trial_start` string, date-time
  - `subscription_line_item_id` string
  - `threshold` string
  - `triggered_at` string, date-time

## Changes

- **2026-08-20** `562f13cf61dd` — 1 info
  - added the optional property `subscription/customer/environment_id` to the response with the `200` status
- **2026-08-14** `29f14678f58f` — 44 warning, 3 info
  - removed the optional property `alert_settings` from the response with the `200` status
  - removed the optional property `group` from the response with the `200` status
  - removed the optional property `subscription/active_pause_id` from the response with the `200` status
  - removed the optional property `subscription/auto_invoice_threshold` from the response with the `200` status
  - …43 more
- **2026-07-31** `50b7421a9690` — 2 warning, 4 info
  - added the new `entitlement_grant_exhausted` enum value to the `alert_type` response property for the response status `200`
  - added the new `entitlement_grant_threshold` enum value to the `alert_type` response property for the response status `200`
  - added the optional property `subscription/coupon_associations/items/subscription_line_item/meter` to the response with the `200` status
  - added the optional property `subscription/entitlements` to the response with the `200` status
  - …2 more
- **2026-07-15** `f8ecf435d25d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/flexprice/apis/flexprice-api/changes/webhook-events/subscription.spend.threshold_recovered/post.md)

---

[API](https://skmtc.dev/flexprice/apis/flexprice-api.md) · [All operations](https://skmtc.dev/flexprice/apis/flexprice-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flexprice/flexprice-api/revisions/9cd0dab91f5c/schema)
