Jebbit · AsyncAPI Specification

Jebbit Webhooks

Version

View Spec View on GitHub CompanyInteractive ExperiencesZero-Party DataFirst-Party DataMarketingQuizzesProduct FeedsWebhookCustomer DataJSON:APIAsyncAPIWebhooksEvents

AsyncAPI Specification

Raw ↑
generated: '2026-07-19'
method: searched
spec_type: Webhooks
source: https://developers.jebbit.com/ + https://support-experiences.blueconic.com/en/articles/246971-api-overview
note: Jebbit publishes a webhook (outbound event) surface, not an AsyncAPI document. Session submissions
  from experiences are POSTed to a customer-registered endpoint.
delivery:
  mechanism: HTTPS POST to the integration endpoint
  create_via: POST /api/v1/integrations
  test_via: POST /api/v1/integrations/{integration_id}/test
  example_repo: https://github.com/jebbit/jebbit-webhook-client-example
security:
  signature_header: x-jebbit-signature
  format: t=<unix_ts>,v1=<base64_hmac_sha256>
  algorithm: HMAC-SHA256 over "<timestamp>.<raw_body>" keyed by the integration shared_secret
  replay_window: ~5 minutes
  test_header: x-jebbit-test
events:
- name: session.submission
  description: A completed user session/submission from a Jebbit experience.
  payload_fields:
  - data.email
  - data.<mapped_attributes>
  - data.outcome
  - data.opt_in
  - event.event_number
  example: '[{"data":{"email":"...","test_attribute":"attribute_value","opt_in":"true","outcome":"example_outcome"},"event":{"event_number":0}}]'

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