{ "opencollection": "1.0.0", "info": { "name": "Encompass Developer Connect Authentication Webhooks API", "version": "2026-07-04" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.elliemae.com/oauth2/v1/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "Get all subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://api.elliemae.com/webhook/v1/subscriptions" }, "docs": "List all webhook subscriptions for the instance." }, { "info": { "name": "Create a subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.elliemae.com/webhook/v1/subscriptions" }, "docs": "Subscribe to resource events (for example loan.created, loan.updated, loan.deleted, loan.locked, loan.unlocked) delivered to an HTTPS endpoint." }, { "info": { "name": "Get a subscription", "type": "http" }, "http": { "method": "GET", "url": "https://api.elliemae.com/webhook/v1/subscriptions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The webhook subscription identifier." } ] }, "docs": "Get a subscription" }, { "info": { "name": "Update a subscription", "type": "http" }, "http": { "method": "PUT", "url": "https://api.elliemae.com/webhook/v1/subscriptions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The webhook subscription identifier." } ] }, "docs": "Update a subscription" }, { "info": { "name": "Delete a subscription", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.elliemae.com/webhook/v1/subscriptions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The webhook subscription identifier." } ] }, "docs": "Delete a subscription" }, { "info": { "name": "Get all resources", "type": "http" }, "http": { "method": "GET", "url": "https://api.elliemae.com/webhook/v1/resources" }, "docs": "List the resource types available for webhook subscriptions." }, { "info": { "name": "Get resource events", "type": "http" }, "http": { "method": "GET", "url": "https://api.elliemae.com/webhook/v1/resources/:id/events", "params": [ { "name": "id", "value": "", "type": "path", "description": "The webhook resource identifier." } ] }, "docs": "List the events available for a given webhook resource." }, { "info": { "name": "Get all events", "type": "http" }, "http": { "method": "GET", "url": "https://api.elliemae.com/webhook/v1/events" }, "docs": "Query the history of webhook events delivered to your subscriptions." }, { "info": { "name": "Get an event", "type": "http" }, "http": { "method": "GET", "url": "https://api.elliemae.com/webhook/v1/events/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get an event" } ] } ], "bundled": true }