{ "opencollection": "1.0.0", "info": { "name": "Labguru Antibodies Webhooks API", "version": "v1" }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List all webhooks in your account", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/webhooks", "params": [ { "name": "token", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query", "description": "the default call is with page = 1" }, { "name": "meta", "value": "", "type": "query", "description": "show summarized data information - true/false" } ] }, "docs": "List all webhooks in your account" }, { "info": { "name": "Create a new webhook subscription", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/webhooks", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new webhook subscription" }, { "info": { "name": "Get webhook by id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/webhooks/:id", "params": [ { "name": "token", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path", "description": "webhook id" } ] }, "docs": "Get webhook by id" }, { "info": { "name": "Update webhook attributes", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v1/webhooks/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "webhook id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update webhook attributes" }, { "info": { "name": "Delete webhook", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/webhooks/:id", "params": [ { "name": "token", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path", "description": "webhook id" } ] }, "docs": "Delete webhook" }, { "info": { "name": "List all webhooks available", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/webhooks/list", "params": [ { "name": "token", "value": "", "type": "query" } ] }, "docs": "List all webhooks available" } ] } ], "bundled": true }