{ "opencollection": "1.0.0", "info": { "name": "UrbanPiper POS Integration Aggregator Webhooks API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://pos-int.urbanpiper.com/external/api/v1/webhooks/" }, "docs": "List the configured webhook endpoints for the business." }, { "info": { "name": "Create a webhook", "type": "http" }, "http": { "method": "POST", "url": "https://pos-int.urbanpiper.com/external/api/v1/webhooks/", "body": { "type": "json", "data": "{}" } }, "docs": "Register a webhook endpoint that UrbanPiper calls to deliver callbacks." }, { "info": { "name": "Get a webhook", "type": "http" }, "http": { "method": "GET", "url": "https://pos-int.urbanpiper.com/external/api/v1/webhooks/:webhook_id/", "params": [ { "name": "webhook_id", "value": "", "type": "path" } ] }, "docs": "Get a webhook" }, { "info": { "name": "Update a webhook", "type": "http" }, "http": { "method": "PUT", "url": "https://pos-int.urbanpiper.com/external/api/v1/webhooks/:webhook_id/", "params": [ { "name": "webhook_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a webhook" }, { "info": { "name": "Retry webhook order delivery", "type": "http" }, "http": { "method": "POST", "url": "https://pos-int.urbanpiper.com/external/api/v1/webhooks/retry/", "body": { "type": "json", "data": "{}" } }, "docs": "Request a retry of an order webhook that was not successfully delivered." } ] } ], "bundled": true }