# Trial usage limit reached Endpoint: POST trial-usage-limit-reached Version: latest Security: SecretApiKey, JWT ## Request fields (application/json): - `subscriptionId` (string) ID of the order. Example: "sub_01HRF27SATGE4Z6PBJE6PD8328" - `subscriptionItemId` (string) ID of the subscription item. Example: "sub_01HW2V1Y3A6QPM1NX4WCYHFSRS" - `planId` (string) ID of the plan. Example: "plan_0YV7DENSVGDBW9S71XZNNYYQ0X" - `usageQuantity` (integer) Reported usage quantity. - `usageAmount` (number) Reported usage amount. - `currency` (string) Currency of the reported usage amount. - `eventType` (string) Type of webhook event. Enum: "soft-usage-limit-reached", "hard-usage-limit-reached", "trial-usage-limit-reached" - `_embedded` (object) Embedded objects. - `_embedded.subscription` (any) - `_links` (array) Related links. - `_links.href` (string) Link URL. - `_links.rel` (string) Type of link. Enum: "subscription"