# 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 event that triggered the webhook.
    Enum: "soft-usage-limit-reached", "hard-usage-limit-reached", "trial-usage-limit-reached"

  - `_embedded` (object)
    Embedded objects related to the usage limit event.

  - `_embedded.subscription` (object)
    Subscription details.

  - `_links` (array)
    Links to related resources.

  - `_links.href` (string)
    URL of the link.

  - `_links.rel` (string)
    Relationship type of the link.
    Enum: "subscription"


## Response 2xx fields
