Called when your client's rate limit quota is reset, allowing additional requests to Codat's API.
postWebhookclient.rateLimit.reset
Payload
Example payload
{
"id": "743ec94a-8aa4-44bb-8bd4-e1855ee0e74b",
"eventType": "client.rateLimit.reset",
"generatedDate": "2024-09-01T00:00:00Z",
"payload": {
"dailyQuota": 12000,
"quotaRemaining": 11993,
"expiryDate": "2024-09-01T23:59:99Z"
}
}Response
Return a 200 status to indicate that the webhook was received successfully.