Parse · AsyncAPI Specification

Parse Webhooks

Version

View Spec View on GitHub CompanyBackend-as-a-ServiceMobileOpen-SourceREST APIDatabaseAuthenticationPush NotificationsReal-TimeAsyncAPIEvents

AsyncAPI Specification

parse-webhooks.yml Raw ↑
generated: '2026-07-20'
method: searched
source: https://docs.parseplatform.org/rest/guide/#hooks + https://docs.parseplatform.org/cloudcode/guide/
spec_type: Webhooks
type: Webhooks
summary: >-
  Parse Server exposes an outbound event surface through Cloud Code Webhooks and a
  real-time LiveQuery subscription protocol. Cloud Code Webhooks let an external
  HTTP endpoint receive function calls and object-lifecycle triggers; LiveQuery
  pushes object create/update/delete events to subscribed clients over WebSocket.
webhooks:
  management_api:
    base: /parse/hooks
    auth: [X-Parse-Application-Id, X-Parse-Master-Key]
    operations:
      - GET /parse/hooks/functions
      - POST /parse/hooks/functions
      - PUT /parse/hooks/functions/<functionName>
      - DELETE /parse/hooks/functions/<functionName>
      - GET /parse/hooks/triggers
      - POST /parse/hooks/triggers
      - PUT /parse/hooks/triggers/<className>/<triggerName>
      - DELETE /parse/hooks/triggers/<className>/<triggerName>
  kinds:
    - name: function webhook
      description: >-
        Registers an external HTTPS URL that Parse Server calls when a named cloud
        function is invoked.
    - name: trigger webhook
      description: >-
        Registers an external HTTPS URL invoked on object lifecycle triggers.
      triggers: [beforeSave, afterSave, beforeDelete, afterDelete]
livequery:
  protocol: WebSocket
  spec: https://github.com/parse-community/parse-server/wiki/Parse-LiveQuery-Protocol-Specification
  events: [create, enter, update, leave, delete]
  description: >-
    Clients subscribe to a ParseQuery and receive real-time events as matching
    objects change. Requires a Parse LiveQuery server component.
push_notifications:
  endpoint: /parse/push
  description: Server-initiated push to registered Installations (APNs/FCM adapters).

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