{ "opencollection": "1.0.0", "info": { "name": "Coinbase Commerce Charges Events API", "version": "2018-03-22" }, "request": { "auth": { "type": "apikey", "key": "X-CC-Api-Key", "value": "{{X-CC-Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "List all events", "type": "http" }, "http": { "method": "GET", "url": "https://api.commerce.coinbase.com/events", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "starting_after", "value": "", "type": "query" }, { "name": "ending_before", "value": "", "type": "query" } ] }, "docs": "Returns a paginated list of charge-related webhook events." }, { "info": { "name": "Retrieve an event", "type": "http" }, "http": { "method": "GET", "url": "https://api.commerce.coinbase.com/events/:event_id", "params": [ { "name": "event_id", "value": "", "type": "path", "description": "The event ID" } ] }, "docs": "Returns the details of a specific event." } ] } ], "bundled": true }