---
title: "Triggered when the Public API calls quota for a workspace reaches or exceeds 100 percent utilization within the current billing period."
method: POST
path: "workspace:quota_full:api_calls"
tags: ["workspaces"]
---

# Triggered when the Public API calls quota for a workspace reaches or exceeds 100 percent utilization within the current billing period.

`POST workspace:quota_full:api_calls` (webhook)

## Headers

- `X-TL-Partner-Id` string, required
- `X-TL-Signature` string, required

## Payload

- PartnerAPIWhPublicApi — Webhook payload sent when the Public API calls quota for a workspace reaches or exceeds 90 or 100 percent utilization within the current billing period.
  - `workspace_id` string, required — Identifier of the workspace whose Public API calls quota has reached full utilization.
  - `event_type` 'workspace:quota_full:api_calls', required — Partner webhook event name.
  - `partner_id` string, required — Unique identifier of the partner that owns the workspace.
  - `triggered_at` string, date-time, required — Timestamp when the event was triggered.
  - `api_calls_limit` integer, required — Total number of Public API calls allocated to the workspace for the current billing period.
  - `api_calls_used` integer, required — Number of Public API calls consumed in the current billing period when the threshold was reached.
  - `current_period_start` string, date-time, required — Start of the current billing period used to aggregate the utilization
  - `current_period_end` string, date-time, required — End of the current billing period used to aggregate the utilization

## Acknowledgement `200`

Receiver accepted the event

---

[API](https://skmtc.net/initechsoftware/apis/partner-webhook-api.md) · [All operations](https://skmtc.net/initechsoftware/apis/partner-webhook-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/initechsoftware/partner-webhook-api/revisions/d89ccac88c1e/schema)
