Webhooks

Webhooks send real-time HTTP POST notifications to your server when events occur.
Setup
- Navigate to Webhooks in your account settings
- Add a webhook URL (must be HTTPS)
- Select which events to subscribe to
- 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.