Skip to main content

Webhooks

Page: plus.statbate.com/webhooks

Webhooks

Studio Plus

Webhooks send real-time HTTP POST notifications to your server when events occur.

Setup

  1. Navigate to Webhooks in your account settings
  2. Add a webhook URL (must be HTTPS)
  3. Select which events to subscribe to
  4. Save the webhook configuration

Event Types

Webhooks can notify you about various events including tip activity and model status changes.

Payload

Each webhook delivers a JSON payload to your configured URL with:

  • Event type — What happened
  • Timestamp — When it occurred
  • Data — Event-specific details (model, member, amount, etc.)

Reliability

  • Webhooks are delivered with retry logic for failed deliveries
  • Your endpoint should respond with a 2xx status code to acknowledge receipt
  • Failed deliveries are retried with exponential backoff

Managing Webhooks

You can create multiple webhooks, each subscribed to different event types. Webhooks can be paused, edited, or deleted from the settings page.