{ "opencollection": "1.0.0", "info": { "name": "Whiplash (Rydership) Bundle Items Notification Subscriptions API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Notification Subscriptions", "type": "folder" }, "items": [ { "info": { "name": "List notification subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://api.getwhiplash.com/v2/notification_subscriptions", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number for pagination" }, { "name": "limit", "value": "", "type": "query", "description": "Number of results per page" } ] }, "docs": "Returns a paginated list of webhook notification subscriptions." }, { "info": { "name": "Create a notification subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.getwhiplash.com/v2/notification_subscriptions", "body": { "type": "json", "data": "{}" } }, "docs": "Create a notification subscription" }, { "info": { "name": "Count notification subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://api.getwhiplash.com/v2/notification_subscriptions/count" }, "docs": "Count notification subscriptions" }, { "info": { "name": "Retrieve a notification subscription", "type": "http" }, "http": { "method": "GET", "url": "https://api.getwhiplash.com/v2/notification_subscriptions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier of the resource" } ] }, "docs": "Retrieve a notification subscription" }, { "info": { "name": "Update a notification subscription", "type": "http" }, "http": { "method": "PUT", "url": "https://api.getwhiplash.com/v2/notification_subscriptions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier of the resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a notification subscription" }, { "info": { "name": "Delete a notification subscription", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.getwhiplash.com/v2/notification_subscriptions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier of the resource" } ] }, "docs": "Delete a notification subscription" }, { "info": { "name": "Test a notification subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.getwhiplash.com/v2/notification_subscriptions/:id/test", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier of the resource" } ] }, "docs": "Sends a test event to the webhook endpoint for a specific subscription." } ] } ], "bundled": true }