---
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` string — Name of your client in Codat.
  - `RuleId` string, uuid — Unique identifier for the rule.
  - `RuleType` string — The type of rule.
  - `AlertId` string, uuid — Unique identifier of the webhook event.
  - `Message` string — A human-readable message about the webhook.
  - `Data` ClientRateLimitResetWebhookData — unresolved $ref

## Acknowledgement `200`

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

---

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