{ "opencollection": "1.0.0", "info": { "name": "Zluri Data Upload Webhooks API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "Zluri List Webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://api-ext.zluri.com/v2/webhooks" }, "docs": "Retrieve all configured webhooks for your Zluri account." }, { "info": { "name": "Zluri Create Webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api-ext.zluri.com/v2/webhooks", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new webhook to receive real-time notifications for events such as user status updates from IDP and HRMS tools." }, { "info": { "name": "Zluri Get Webhook", "type": "http" }, "http": { "method": "GET", "url": "https://api-ext.zluri.com/v2/webhooks/:webhook_id", "params": [ { "name": "webhook_id", "value": "", "type": "path", "description": "The unique identifier of the webhook." } ] }, "docs": "Retrieve details of a specific webhook." }, { "info": { "name": "Zluri Update Webhook", "type": "http" }, "http": { "method": "PUT", "url": "https://api-ext.zluri.com/v2/webhooks/:webhook_id", "params": [ { "name": "webhook_id", "value": "", "type": "path", "description": "The unique identifier of the webhook." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing webhook configuration." }, { "info": { "name": "Zluri Delete Webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://api-ext.zluri.com/v2/webhooks/:webhook_id", "params": [ { "name": "webhook_id", "value": "", "type": "path", "description": "The unique identifier of the webhook." } ] }, "docs": "Delete a webhook." } ] } ], "bundled": true }