Bridge Webhooks API

Manage webhook endpoints that receive real-time POST events from Bridge for listing create/update/delete and other dataset changes, eliminating the need to poll the Web API. Endpoints require an HTTPS URL with a valid X.509 certificate; Bridge issues a PKI public key (PEM) for payload signature verification. Events are delivered as application/json; endpoints must respond 200 quickly. Failed deliveries are retried with exponential backoff for up to two days. Webhooks begin in a disabled state for testing before activation.

API entry from apis.yml

apis.yml Raw ↑
aid: bridge-mls:bridge-webhooks-api
name: Bridge Webhooks API
tags:
- Real Estate
- Webhooks
- Events
- Real-time
humanURL: https://bridgedataoutput.com/docs/platform/API/webhooks
baseURL: https://api.bridgedataoutput.com/api/v2
properties:
- url: https://bridgedataoutput.com/docs/platform/API/webhooks
  type: Documentation
description: Manage webhook endpoints that receive real-time POST events from Bridge for listing create/update/delete
  and other dataset changes, eliminating the need to poll the Web API. Endpoints require an HTTPS URL
  with a valid X.509 certificate; Bridge issues a PKI public key (PEM) for payload signature verification.
  Events are delivered as application/json; endpoints must respond 200 quickly. Failed deliveries are
  retried with exponential backoff for up to two days. Webhooks begin in a disabled state for testing
  before activation.