Create Global Webhook Subscription
Subscriptions
Create Global Webhook Subscription
Creates a webhook subscription for every entity your global API key’s user administers, including entities added later.
POST
Create Global Webhook Subscription
A global subscription is owned by your API key’s user, not a single entity. It
delivers events for every entity that user administers — including entities
added later — so you register once and never re-subscribe as your access grows.
Each delivery carries the originating entity in
entity_id so you can route it
to the right tenant.Authorizations
Your Meow API key, sent in the x-api-key header for authentication.
Headers
A unique key you supply in the Idempotency-Key header (1-50 characters). Keys are scoped to the webhook owner across all webhook POST endpoints. Reusing a key for the same owner returns 400.
Required string length:
1 - 50Body
application/json
Maximum string length:
255Required string length:
1 - 2048Available options:
ach_transfer.created, ach_transfer.updated, wire_transfer.created, wire_transfer.updated, book_transfer.created, book_transfer.updated, inbound_ach_transfer.created, inbound_ach_transfer.updated, inbound_wire_transfer.created, inbound_wire_transfer.updated, check_deposit.created, check_deposit.updated, global_account_transfer.created, application.created, application.under_review, application.submitted, application.approved, application.rejected, identity_verification.action_required, identity_verification.approved, identity_verification.rejected, balance.updated, message.attempt.exhausted, webhook.test Available options:
snapshot, thin Response
Successful Response
Available options:
ach_transfer.created, ach_transfer.updated, wire_transfer.created, wire_transfer.updated, book_transfer.created, book_transfer.updated, inbound_ach_transfer.created, inbound_ach_transfer.updated, inbound_wire_transfer.created, inbound_wire_transfer.updated, check_deposit.created, check_deposit.updated, global_account_transfer.created, application.created, application.under_review, application.submitted, application.approved, application.rejected, identity_verification.action_required, identity_verification.approved, identity_verification.rejected, balance.updated, message.attempt.exhausted, webhook.test Available options:
snapshot, thin