---
title: "Webhook: holidays_quota.created"
method: POST
path: "holidays_quota_created"
tags: ["Webhook"]
---

# Webhook: holidays_quota.created

`POST holidays_quota_created` (webhook)

This webhook is triggered when a holidays_quota created event occurs.

## Payload

- WebhookEventHolidaysQuotaCreated — Complete webhook body for event "holidays_quota.created"
  - `subscription_id` integer, required — The ID of the webhook subscription
  - `company_id` integer, required — The ID of the company
  - `occurred_at` string, date-time, required — The timestamp when the event occurred (ISO 8601 format)
  - `payload` object, required — The event-specific payload data
    - `holidays_quota` object — The holidays quota entity
      - `id` integer, required — The ID of the holidays quota
  - `event_name` 'holidays_quota.created', required — The name of the webhook event
  - `token` string, required — The webhook verification token

## Acknowledgement `200`

Return a 200 status to indicate that the data was received successfully

---

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