{ "opencollection": "1.0.0", "info": { "name": "TollBit Auth Tokens Dev API", "version": "v2" }, "items": [ { "info": { "name": "Dev", "type": "folder" }, "items": [ { "info": { "name": "Get History", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.tollbit.com/dev/v1/webhook/history", "params": [ { "name": "next-token", "value": "", "type": "query", "description": "Optional pagination token. Response includes a token to retrieve the next page if available." }, { "name": "size", "value": "", "type": "query", "description": "Number of items per page. Default 25. Max 1000." }, { "name": "days-ago", "value": "", "type": "query", "description": "Number of days back from current date to retrieve webhook history." } ], "auth": { "type": "apikey", "key": "TollbitKey", "value": "{{TollbitKey}}", "placement": "header" } }, "docs": "Get the history of webhooks within an optional lookback window, including\nspecific content URLs and last attempted delivery time and status.\n" } ] } ], "bundled": true }