{ "opencollection": "1.0.0", "info": { "name": "Truv Admin Webhooks API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-Access-Client-Id", "value": "{{X-Access-Client-Id}}", "placement": "header" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List webhooks.", "type": "http" }, "http": { "method": "GET", "url": "https://prod.truv.com/v1/webhooks/" }, "docs": "List webhooks." }, { "info": { "name": "Create a webhook.", "type": "http" }, "http": { "method": "POST", "url": "https://prod.truv.com/v1/webhooks/", "body": { "type": "json", "data": "{}" } }, "docs": "Create a webhook." }, { "info": { "name": "Retrieve a webhook.", "type": "http" }, "http": { "method": "GET", "url": "https://prod.truv.com/v1/webhooks/:webhook_id/", "params": [ { "name": "webhook_id", "value": "", "type": "path", "description": "The ID of the webhook." } ] }, "docs": "Retrieve a webhook." }, { "info": { "name": "Update a webhook.", "type": "http" }, "http": { "method": "PATCH", "url": "https://prod.truv.com/v1/webhooks/:webhook_id/", "params": [ { "name": "webhook_id", "value": "", "type": "path", "description": "The ID of the webhook." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a webhook." }, { "info": { "name": "Delete a webhook.", "type": "http" }, "http": { "method": "DELETE", "url": "https://prod.truv.com/v1/webhooks/:webhook_id/", "params": [ { "name": "webhook_id", "value": "", "type": "path", "description": "The ID of the webhook." } ] }, "docs": "Delete a webhook." }, { "info": { "name": "List webhook delivery requests.", "type": "http" }, "http": { "method": "GET", "url": "https://prod.truv.com/v1/webhook-requests/" }, "docs": "List webhook delivery requests." } ] } ], "bundled": true }