{ "opencollection": "1.0.0", "info": { "name": "Hint Health AccountAccessToken WebhookEndpoint API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "WebhookEndpoint", "type": "folder" }, "items": [ { "info": { "name": "List All Webhook Endpoints", "type": "http" }, "http": { "method": "GET", "url": "https://api.hint.com/api/integrations/:integration_id/webhook_endpoints", "params": [ { "name": "integration_id", "value": "", "type": "path", "description": "Unique Integration ID" } ] }, "docs": "List All Webhook Endpoints" }, { "info": { "name": "Create Webhook Endpoint", "type": "http" }, "http": { "method": "POST", "url": "https://api.hint.com/api/integrations/:integration_id/webhook_endpoints", "params": [ { "name": "integration_id", "value": "", "type": "path", "description": "Unique Integration ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Webhook Endpoint" }, { "info": { "name": "Show Webhook Endpoint", "type": "http" }, "http": { "method": "GET", "url": "https://api.hint.com/api/integrations/:integration_id/webhook_endpoints/:id", "params": [ { "name": "integration_id", "value": "", "type": "path", "description": "Unique Integration ID" }, { "name": "id", "value": "", "type": "path", "description": "Unique Webhook Endpoint ID" } ] }, "docs": "Show Webhook Endpoint" }, { "info": { "name": "Update Webhook Endpoint", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.hint.com/api/integrations/:integration_id/webhook_endpoints/:id", "params": [ { "name": "integration_id", "value": "", "type": "path", "description": "Unique Integration ID" }, { "name": "id", "value": "", "type": "path", "description": "Unique Webhook Endpoint ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Webhook Endpoint" }, { "info": { "name": "Delete Webhook Endpoint", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.hint.com/api/integrations/:integration_id/webhook_endpoints/:id", "params": [ { "name": "integration_id", "value": "", "type": "path", "description": "Unique Integration ID" }, { "name": "id", "value": "", "type": "path", "description": "Unique Webhook Endpoint ID" } ] }, "docs": "This operation will take effect immediately and cancel all pending and retrying webhooks." } ] } ], "bundled": true }