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

eventTypestring required

The type of event

idstring required

Unique identifier for the message

{"stackTrail":"components:schemas:WebhookMessage:properties:payload","oasType":"schema","type":"unknown","description":"The event payload data"}
timestampstring date-time required

ISO 8601 timestamp when the event occurred

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.