# Create Webhook Creates a webhook for various triggers. Endpoint: POST /v1/account/create_webhook Version: 1.4.2 Security: ApiKeyAuth ## Request fields (application/json): - `webhook_url` (string, required) Webhook target URL. Example: "https://example.com/webhook" - `webhook_type` (string, required) Type of webhook. Must be one of ["product_sent","update_discount_code","update_commission","update_custom_link", "new_payout_request","new_email_sent","new_influencer_reply", "new_influencer_post","new_max_bid","new_influencer_order"]. Example: "new_influencer_reply" ## Response 200 fields ## Response 400 fields