AsyncAPI Specification
generated: '2026-07-19'
method: searched
source: openapi/get-on-board-openapi-original.yml
docs: https://www.getonbrd.com/api-doc.html
spec_type: Webhooks
summary: >-
Get on Board supports outbound webhooks. Subscribers register HTTPS endpoints
and select event types; the platform POSTs event payloads when matching events
occur. Event payloads are "starting points" that identify a resource by id/type
— consumers are expected to follow up with a canonical read (e.g. GET
/api/v0/applications/{id}) and expand[] as needed. No AsyncAPI document is
published.
authentication:
scheme: BearerAuth
note: Webhook management endpoints require a professional JWT (Bearer token).
management_operations:
- id: listWebhookEndpoints
method: GET
path: /api/v0/webhook_endpoints
- id: createWebhookEndpoint
method: POST
path: /api/v0/webhook_endpoints
body: 'endpoint (https URL), events[] (array of event type ids)'
- id: retrieveWebhookEndpoint
method: GET
path: /api/v0/webhook_endpoints/{id}
- id: updateWebhookEndpoint
method: PUT
path: /api/v0/webhook_endpoints/{id}
- id: deleteWebhookEndpoint
method: DELETE
path: /api/v0/webhook_endpoints/{id}
- id: listWebhookEvents
method: GET
path: /api/v0/webhook_events
note: Returns the available webhook event types for the authenticated subscriber.
events:
- id: job.match
label: Job matching your preferences
description: A new job matching your preferences has been published.
notes:
- >-
The full event catalog is enumerable at runtime via GET /api/v0/webhook_events
(auth required); job.match is the example documented in the OpenAPI spec.
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.
Call it yourself
curl for this page
This AsyncAPI spec
curl "https://apis.io/api/v1/asyncapis/get-on-board-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.