{ "opencollection": "1.0.0", "info": { "name": "Merchant API HPP Webhook", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-auth-account-id", "value": "{{x-auth-account-id}}", "placement": "header" } }, "items": [ { "info": { "name": "Prepare success", "type": "folder" }, "items": [ { "info": { "name": "postprepare", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1:10010/v3/registered-prepare-address", "body": { "type": "json", "data": "{}" } } } ] }, { "info": { "name": "Prepare error", "type": "folder" }, "items": [ { "info": { "name": "postprepare-error", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1:10010/v3/registered-prepare-error-address", "body": { "type": "json", "data": "{}" } } } ] }, { "info": { "name": "Status", "type": "folder" }, "items": [ { "info": { "name": "poststatus", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1:10010/v3/registered-status-address", "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }