# List all subscriptions Retrieve a list of all subscriptions. Endpoint: GET /webhooks/subscriptions Version: 1.0.0 Security: api_key, tenant_id ## Response 200 fields (application/json): - `id` (string) Example: "subscription_123" - `workspace_id` (string) Example: "workspace_123" - `event_type` (string) Example: "project.published" - `target_url` (string) Example: "https://yourapp.com/webhook" ## 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."