Webhooks
Get a specific webhook message
Returns details of a specific webhook message by ID
get/v1/webhooks/messages/{id}
Path parameters
idstring required
The webhook message ID
Example:msg_abc123
The webhook message ID
Response
OK
Example response
{
"eventType": "video.created",
"id": "msg_abc123",
"timestamp": "2024-01-15T10:30:00Z"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.