Webhooks
Create a webhook endpoint
POST
Create a webhook endpoint
Documentation Index
Fetch the complete documentation index at: https://docs.zuba.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter Auth0 JWT token
Body
application/json
Event types to subscribe to
Available options:
payout.processing, payout.paid, payout.failed, payout.cancelled, webhook.test Example:
["payout.paid", "payout.failed"]HTTPS URL to receive webhook events
Example:
"https://example.com/webhooks"
Whether the endpoint is enabled
Response
Webhook endpoint created. Signing secret is shown only once.
Creation timestamp
Whether the endpoint is enabled
Subscribed event types
Available options:
payout.processing, payout.paid, payout.failed, payout.cancelled, webhook.test Endpoint ID
Signing secret (plaintext, shown only once). Use this to verify webhook signatures.
Example:
"whsec_a1b2c3d4e5f6..."
Last 4 characters of the signing secret
Example:
"ab1f"
Last update timestamp
Webhook URL
Create a webhook endpoint