---
title: "Spend limit webhook"
method: POST
path: "/system/spend_limit_hook"
tags: ["bill", "system"]
---

# Spend limit webhook

`POST /system/spend_limit_hook`

spend limit webhook

## Request body

- SpendLimitHookRequest
  - `current_value` string
  - `customer_id` string
  - `customer_name` string
  - `meter_id` string
  - `meter_name` string
  - `notification_id` string
  - `notification_name` string
  - `threshold_condition` string
  - `threshold_value` string

## Response `201`

Created

---

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