{ "opencollection": "1.0.0", "info": { "name": "Quartzy Public Inventory Items Webhooks API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Access-Token", "value": "{{Access-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://api.quartzy.com/webhooks", "params": [ { "name": "organization_id", "value": "", "type": "query", "description": "Filter webhooks to a specific organization." }, { "name": "page", "value": "", "type": "query", "description": "The page number for paginated results." } ] }, "docs": "Lists the webhooks registered for an organization." }, { "info": { "name": "Create a webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.quartzy.com/webhooks", "body": { "type": "json", "data": "{}" } }, "docs": "Registers a webhook that Quartzy calls when a subscribed event occurs on inventory items or order requests." }, { "info": { "name": "Retrieve a webhook", "type": "http" }, "http": { "method": "GET", "url": "https://api.quartzy.com/webhooks/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Retrieves a single webhook by its identifier." }, { "info": { "name": "Update a webhook", "type": "http" }, "http": { "method": "PUT", "url": "https://api.quartzy.com/webhooks/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a webhook, for example to enable or disable it." } ] } ], "bundled": true }