Show Webhook details
GET
/webhooks/{webhookId}
Webhooks
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://ws.api.video/webhooks/'
Response Response Example
{
"createdAt": "2021-01-08T14:12:18.000Z",
"events": [
"video.encoding.quality.completed"
],
"url": "http://clientnotificationserver.com/notif?myquery=query",
"webhookId": "webhook_XXXXXXXXXXXXXXX"
}
Request
Path Params
webhookId
string
required
Responses
Modified at 2023-08-15 05:52:15