{ "opencollection": "1.0.0", "info": { "name": "Routable Companies Webhooks API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List webhook events", "type": "http" }, "http": { "method": "GET", "url": "https://api.routable.com/v1/webhook_events", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return per page." }, { "name": "starting_after", "value": "", "type": "query", "description": "Cursor for pagination; the id of the last record on the previous page." } ] }, "docs": "List webhook events" }, { "info": { "name": "Retrieve a webhook event", "type": "http" }, "http": { "method": "GET", "url": "https://api.routable.com/v1/webhook_events/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Retrieve a webhook event" }, { "info": { "name": "Retry a webhook event", "type": "http" }, "http": { "method": "POST", "url": "https://api.routable.com/v1/webhook_events/:id/retry", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Retry a webhook event" } ] } ], "bundled": true }