Getting Started

Our webhook system allows you to receive real-time notifications about various events in your account. Instead of polling our API for updates, webhooks push notifications to your specified endpoint as events occur.

Setting Up Webhooks

  1. Log into your dashboard
  2. Navigate to Settings > Webhooks
  3. Add your webhook URL

Webhook Delivery

  • All webhooks are sent via HTTP POST
  • Response timeout: 5 seconds
  • Retry policy: 3 attempts with exponential backoff
    • 1st retry: 5 seconds
    • 2nd retry: 15 seconds
    • 3rd retry: 45 seconds