Update Webhook Endpoint
Webhook
Update Webhook Endpoint
Update an existing webhook endpoint configuration including URL, status, and subscribed events.
PUT
Update Webhook Endpoint
Update an existing webhook endpoint configuration, including URL, status, and subscribed events.Documentation Index
Fetch the complete documentation index at: https://docs.jogg.ai/llms.txt
Use this file to discover all available pages before exploring further.
Use Cases
- Modify webhook receiver URL
- Update subscribed event types
- Enable or disable webhook
- Adjust event notification scope
Status Management
Important Notes
Authorizations
API key for authentication. Obtain your key from the JoggAI dashboard.
Path Parameters
Unique webhook endpoint identifier
Example:
"wh_123456"
Body
application/json
Updated webhook endpoint URL
Example:
"https://your-domain.com/webhook"
Webhook status
Available options:
enabled, disabled Example:
"enabled"
Updated list of event types
Example:
[
"generated_avatar_video_success",
"generated_avatar_video_failed",
"generated_photo_avatar_success"
]
Response
200 - application/json
Success

