# Confirm subscription Confirm your intention to subscribe to the desired event type. Endpoint: POST /webhooks/subscriptions/{subscription_id} Version: 1.0.0 Security: api_key, tenant_id ## Path parameters: - `subscription_id` (string, required) The ID of the subscription to confirm ## Request fields (application/json): - `secret` (string) Example: "" ## Response 400 fields (application/json): - `status` (integer) Example: 400 - `detail` (string) Example: "Request cannot be processed. Check the response details." ## Response 401 fields (application/json): - `status` (integer) Example: 400 - `detail` (string) Example: "Request cannot be processed. Check the response details." ## Response 403 fields (application/json): - `status` (integer) Example: 400 - `detail` (string) Example: "Request cannot be processed. Check the response details." ## Response 200 fields