Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Encompass Webhooks API

Event subscriptions, resources, events, and custom auth functions.

Encompass Webhooks API is one of 10 APIs that Encompass publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Webhooks. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 9 operations across 6 paths. It is described by OpenAPI 3.0.3, at version 2026-07-04.

Requests are made against a single base URL, https://api.elliemae.com.

9 operations 6 paths 0 schemas 1 DELETE6 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
2026-07-04
Base URL
https://api.elliemae.com
Authentication
OAuth 2.0, HTTP Bearer
Resource Areas
1

Authentication & Security 2

Encompass Webhooks API declares 2 security schemes for authenticating requests. It supports OAuth 2.0 (oAuth2) using the clientCredentials flow. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

  • oAuth2 — OAuth 2.0 client credentials / authorization code issued per Encompass instance.

Paths & Operations 9

Across 6 paths, the API surfaces 9 operations — 1 DELETE, 6 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Webhooks 9

Event subscriptions, resources, events, and custom auth functions.

GET
/webhook/v1/subscriptions
Get all subscriptions
listWebhookSubscriptions → 200401
POST
/webhook/v1/subscriptions
Create a subscription
createWebhookSubscription → 201401
GET
/webhook/v1/subscriptions/{id}
Get a subscription
getWebhookSubscription 1 param → 200401
PUT
/webhook/v1/subscriptions/{id}
Update a subscription
updateWebhookSubscription 1 param → 200401
DELETE
/webhook/v1/subscriptions/{id}
Delete a subscription
deleteWebhookSubscription 1 param → 204401
GET
/webhook/v1/resources
Get all resources
listWebhookResources → 200401
GET
/webhook/v1/resources/{id}/events
Get resource events
getWebhookResourceEvents 1 param → 200401
GET
/webhook/v1/events
Get all events
listWebhookEvents → 200401
GET
/webhook/v1/events/{id}
Get an event
getWebhookEvent 1 param → 200401

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

encompass-webhooks-api-openapi.yml Raw ↑

Other APIs Encompass publishes across the network.

Encompass Authentication API
Encompass Borrower Pairs API
Encompass Conditions API
Encompass Contacts API
Encompass eFolder API
Encompass Loan Management API
Encompass Loan Pipeline API
Encompass Milestones API
Encompass Users API