Zest · AsyncAPI Specification

Zest Webhooks

Version

View Spec View on GitHub CompanySPVPrivate MarketsFintechEquityInvestorsEscrowSPaaSMENAAsyncAPIEvents

AsyncAPI Specification

Raw ↑
generated: '2026-07-21'
method: searched
source: https://docs.zestequity.com/webhooks/overview
spec_type: Webhooks
transport: HTTPS POST to a single partner-registered endpoint
envelope:
  fields:
  - {name: eventId, type: string, description: Globally unique delivery id; use for dedup.}
  - {name: eventType, type: string, description: One of the nine event types.}
  - {name: occurredAt, type: string (ISO 8601 UTC), description: Server emit time; use for ordering, not receipt order.}
  - {name: data, type: object, description: Event-specific payload.}
security:
  scheme: HMAC-SHA256
  header: Zest-Signature
  format: "t=<unix_ts>,v1=<hex hmac_sha256(secret, '<t>.<raw_body>')>"
  replay_window_seconds: 300
  secret_format: whsec_<hex>
  docs: https://docs.zestequity.com/webhooks/verification
delivery:
  semantics: at-least-once
  timeout_seconds: 10
  retry_schedule:
  - {attempt: 2, delay: 30s}
  - {attempt: 3, delay: 5m}
  - {attempt: 4, delay: 30m}
  - {attempt: 5, delay: 2h}
  - {attempt: 6, delay: 12h}
  dead_letter: Retained indefinitely for later replay after attempt 6 fails.
  docs: https://docs.zestequity.com/webhooks/retries
events:
- {type: spv_request.created, trigger: A partner POSTed a new SPV request.}
- {type: spv_request.completed, trigger: Zest admin approved an SPV request and the SPV materialised.}
- {type: spv_request.rejected, trigger: Zest admin rejected an SPV request.}
- {type: spv_request.cancelled, trigger: A partner cancelled a pending-review SPV request.}
- {type: investor.created, trigger: A partner created a new investor record (one per row).}
- {type: subscription.created, trigger: A subscription row was created.}
- {type: subscription.completed, trigger: Zest admin transitioned a partner-sourced bid to Completed.}
- {type: signed_subscription_form.uploaded, trigger: A signed subscription form was uploaded.}
- {type: funding_receipt.uploaded, trigger: A wire-transfer funding receipt was uploaded.}

Work with this as data

Every AsyncAPI spec here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for asyncapi

4 MCP tools reach this
  • find_asyncapisBrowse and filter every AsyncAPI spec in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This AsyncAPI spec
curl "https://apis.io/api/v1/asyncapis/zest-webhooks"
All asyncapi
curl "https://apis.io/api/v1/asyncapis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.