Birdeye · AsyncAPI Specification
Birdeye Webhooks
Version
View Spec
View on GitHub
Reputation ManagementReviewsCustomer ExperienceSurveysMessagingMulti-LocationArtificial IntelligenceAsyncAPIEvents
AsyncAPI Specification
generated: '2026-08-13'
method: searched
source: https://docs.birdeye.com/api/webhook/overview
spec_type: none
asyncapi_published: false
asyncapi_note: >-
Birdeye publishes no AsyncAPI document. Probed https://docs.birdeye.com/asyncapi.yaml,
/asyncapi.json and the developer portal — no event spec exists. The webhook surface
below is captured from the provider's own REST documentation and OpenAPI; nothing is
fabricated.
docs:
webhook: https://docs.birdeye.com/api/webhook/overview
subscription: https://docs.birdeye.com/api/subscription/overview
delivery:
transport: HTTP POST to a subscriber-supplied endpoint
auth_to_subscriber: >-
Optional HTTP Basic credentials supplied by the subscriber at subscribe time
(`auth.username` / `auth.password`); send null for no auth.
signature_header: null
signature_note: >-
Birdeye documents no webhook signing secret or signature header. Verification of
inbound events relies on the optional Basic credentials and endpoint secrecy.
retries: undocumented
ordering: undocumented
surfaces:
- name: Messenger webhooks
scope: Conversation / unified inbox
subscribe_operation: create-webhook-subscription
subscribe_path: POST /v1/messenger/subscribe/webhook/event
list_events_operation: get-events
list_events_path: GET /v1/messenger/webhook/event
spec: openapi/birdeye-webhook-api-openapi.yml
scope_note: >-
businessNumber must be the ACCOUNT business number, not a location business number.
events:
- name: conversation.created
id: 1
description: A conversation was opened.
- name: conversation.updated
id: 2
description: A conversation was updated.
- name: message.added
id: 3
description: A new message was added to a conversation.
- name: conversation.closed
id: 4
description: A conversation was closed.
events_source: >-
Enumerated from the GET /v1/messenger/webhook/event response example in the
published OpenAPI. That operation is the authoritative live list — Birdeye documents
it as the way to discover available events rather than publishing a static catalog.
- name: Subscription webhooks
scope: Account-level business events
subscribe_operation: create-subscription
subscribe_path: POST /v1/subscriptions/subscribe
unsubscribe_operation: unsubscribe-subscription
unsubscribe_path: GET /v1/subscriptions/unsubscribe/{subscriptionId}
spec: openapi/birdeye-subscription-api-openapi.yml
fanout: >-
A subscription may deliver to a webhookUrl and/or to a list of email addresses.
events:
- name: APPOINTMENT_BOOKED
description: >-
The only event name published in the documentation, appearing as the
`eventName` example on the Create subscription request body.
events_note: >-
Birdeye does not publish the full enumeration of subscription `eventName` values;
the field is a free-form string in the spec. Only the one documented value is
recorded here — the rest require account access to enumerate.
event_count_documented: 5
gaps:
- No AsyncAPI document
- No webhook payload schemas published for any event
- No signature/HMAC verification contract
- No published retry, backoff or replay policy
- Subscription event names not enumerated
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/birdeye-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.