---
title: "POST Client rate limit reset"
method: POST
path: "Client rate limit reset"
deprecated: true
---

# POST Client rate limit reset

`POST Client rate limit reset` (webhook)

> **Deprecated.**

Called when the rate limit quota has reset for the client, and more requests to Codat's API are available.

Note: This event type is deprecated. Developers should now use the `client.rateLimit.reset` event for handling rate limit notifications.

## Payload

- ClientRateLimitResetWebhook — Webhook request body for a client that has had their rate limit reset.
  - `ClientId` string, uuid — Unique identifier for your client in Codat.
  - `ClientName` ClientName — unresolved $ref
  - `RuleId` RuleId — unresolved $ref
  - `RuleType` RuleType — unresolved $ref
  - `AlertId` AlertId — unresolved $ref
  - `Message` Message — unresolved $ref
  - `Data` ClientRateLimitResetWebhookData — unresolved $ref

## Acknowledgement `200`

Return a 200 status to indicate that the webhook was received successfully.

---

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