{ "opencollection": "1.0.0", "info": { "name": "purchases-api Purchase Event History API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "PurchaseEventHistory", "type": "folder" }, "items": [ { "info": { "name": "Purchase Event History (Replay Webhooks)", "type": "http" }, "http": { "method": "POST", "url": "https://sandboxpurchasesapi.connexpay.com/api/v1/PurchaseEventHistory/Resend", "body": { "type": "json", "data": "{}" } }, "docs": "Call this endpoint to receive VCC, Lodged Card, Physical Card or ACH purchase events either by unique Guid or for a specified date range. If you subscribe to webhooks and are concerned you may be missing events, this endpoint can retrieve past events." } ] } ], "bundled": true }