Update an existing webhook endpoint configuration including URL, status, and subscribed events.
API key for authentication. Obtain your key from the JoggAI dashboard.
Unique webhook endpoint identifier
"wh_123456"
Updated webhook endpoint URL
"https://your-domain.com/webhook"
Webhook status
enabled, disabled "enabled"
Updated list of event types
[
"generated_avatar_video_success",
"generated_avatar_video_failed",
"generated_photo_avatar_success"
]Success