# Subscription order created Endpoint: POST subscription-created Version: latest Security: SecretApiKey, JWT ## Request fields (application/json): - `subscriptionId` (string) ID of the order. Example: "sub_01HRF27SATGE4Z6PBJE6PD8328" - `eventType` (string) Type of event that triggered the webhook. Enum: "order-completed", "order-abandoned", "subscription-activated", "subscription-canceled", "subscription-churned", "subscription-downgraded", "subscription-modified", "subscription-reactivated", "subscription-renewal-reminder", "subscription-renewed", "subscription-trial-converted", "subscription-trial-end-changed", "subscription-trial-end-reminder", "subscription-trial-ended", "subscription-upgraded", "order-delinquency-reached", "subscription-items-changed" - `_embedded` (object) Embedded objects related to the order event. - `_embedded.subscription` (any) - `_links` (array) Links to related resources. - `_links.href` (string) URL of the link. - `_links.rel` (string) Relationship type of the link. Enum: "subscription"