{ "opencollection": "1.0.0", "info": { "name": "Tiendanube / Nuvemshop Categories Webhooks API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authentication", "value": "{{Authentication}}", "placement": "header" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://api.tiendanube.com/v1/{store_id}/webhooks" }, "docs": "List webhooks" }, { "info": { "name": "Create a webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.tiendanube.com/v1/{store_id}/webhooks", "body": { "type": "json", "data": "{}" } }, "docs": "Subscribe to a store event. Deliveries are HTTP POST callbacks signed with HMAC-SHA256 in the x-linkedstore-hmac-sha256 header." }, { "info": { "name": "Delete a webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.tiendanube.com/v1/{store_id}/webhooks/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a webhook" } ] } ], "bundled": true }