Starbridge · AsyncAPI Specification

Starbridge Webhooks

Version

View Spec View on GitHub CompanyArtificial IntelligenceSales IntelligenceGo-To-MarketPublic SectorEducationGovernmentProcurementBuyer IntelligenceMCPAsyncAPIEvents

AsyncAPI Specification

Raw ↑
generated: '2026-07-21'
method: searched
source: >-
  https://hc.starbridge.ai/api-reference/webhooks/overview,
  https://hc.starbridge.ai/api-reference/webhooks/payloads,
  https://hc.starbridge.ai/api-reference/webhooks/verification
# Webhook catalog. Starbridge documents webhooks but does not publish an AsyncAPI
# document, so this captures the catalog (type: Webhooks). No AsyncAPI fabricated.
kind: Webhooks
delivery:
  transport: HTTP POST
  configuration: >-
    Add a "Webhook column" to a Bridge (Configure Integration -> Trigger Webhook)
    and set the destination Webhook URL and trigger mode.
  trigger_modes:
  - Row Addition
  - Row Addition and Each Update
  content_type: application/json
signing:
  spec: Standard Webhooks (https://github.com/standard-webhooks/standard-webhooks)
  algorithm: Ed25519
  signed_message: '{webhook-id}.{webhook-timestamp}.{raw_body}'
  signature_header: webhook-signature
  signature_prefix: 'v1a,'
  public_key_prefix: 'whpk_'
  replay_protection: reject webhook-timestamp older than 5 minutes
  idempotency_key: webhook-id
headers:
- name: webhook-id
  description: Unique identifier for this webhook delivery (also the idempotency key).
- name: webhook-timestamp
  description: Unix timestamp (seconds) when the request was sent.
- name: webhook-signature
  description: Ed25519 signature, prefixed with 'v1a,'.
events:
- type: bridge.row.created
  description: A new row was added to the bridge.
- type: bridge.row.updated
  description: An existing bridge row was updated.
payload_example:
  type: bridge.row.created
  timestamp: '2026-04-09T15:57:42.586897Z'
  data:
    rowId: 3c39eb0d-61f5-4cd4-9b77-93b6daeb59b3
    name: City of Fort Worth
    bridgeId: 201377ef-0ae3-4103-988c-ed6ebfac03a6
    updatedAt: '2026-04-09T15:57:11.197818Z'
    status: Processed

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/starbridge-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 email required.

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