v1
latestOpenAPI 3.1.02026-07-2665164286.3 KBWebhooks
List Webhook Event Types
Returns all available webhook event types with human-readable descriptions.
get/v3/webhooks/event-types
Response
Successful response
Example response
{
"data": [
{
"event_type": "avatar_video.success",
"description": "Fired when an avatar video completes rendering successfully."
}
]
}