Beyond · AsyncAPI Specification

Beyond Webhooks

Version

View Spec View on GitHub CompanyConsumerTravelHospitalityShort-Term RentalsVacation RentalsRevenue ManagementDynamic PricingPricingReal-EstateMarket IntelligenceAsyncAPIEvents

AsyncAPI Specification

Raw ↑
generated: '2026-07-18'
method: searched
spec_type: Webhooks
source:
- openapi/beyond-openapi-original.yml   # OpenAPI 3.1 webhooks{} block
- https://developers.beyondpricing.com/webhooks/
transport: https-post
media_type: application/vnd.api+json
delivery:
  guarantee: at-least-once
  success: any 2xx response
  signing:
    standard: Standard Webhooks (https://www.standardwebhooks.com/)
    algorithm: HMAC-SHA256
    secret_format: whsec_<base64-key>
    headers: [webhook-id, webhook-signature, webhook-timestamp]
    verification: signature computed over the raw request bytes (deterministic key ordering); verify before parsing
  idempotency:
    key_header: webhook-id
    notes: one event produces one webhook-id; consumers de-duplicate redeliveries on it
  registration: >-
    Subscriber provides an HTTPS callback URL; Beyond returns a whsec_ signing secret.
    Subscriptions are configured per application (not per API version). Secret rotation is a hard cut.
events:
- name: listing.created
  operation: listingCreated
  summary: Listing created.
- name: listing.refreshed
  operation: listingRefreshed
  summary: Reservations refresh completed for a listing.
- name: listing.base_price_changed
  operation: listingBasePriceChanged
  summary: A listing's base price changed.
- name: listing.in_active_market_changed
  operation: listingInActiveMarketChanged
  summary: A listing's in-active-market status changed (calendar-operation guarantee boundary).
- name: account.created
  operation: accountCreated
  summary: Managed account listing sync completed.
- name: account.refreshed
  operation: accountRefreshed
  summary: Managed account refresh completed.

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/beyond-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.