cURL
curl --request GET \ --url https://api.tella.com/v1/webhooks/messages/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "msg_abc123", "eventType": "video.created", "payload": "<unknown>", "timestamp": "2024-01-15T10:30:00Z" }
Returns details of a specific webhook message by ID
API key obtained from your Tella account settings
The webhook message ID
"msg_abc123"
OK
A webhook message/event
Unique identifier for the message
The type of event
"video.created"
The event payload data
ISO 8601 timestamp when the event occurred
"2024-01-15T10:30:00Z"
Was this page helpful?