webhook
Resend a webhook
Use this API to resend the same webhook request. This is useful when developing and debugging, allowing you to easily repeat the same webhook to check or fix the behaviour in your handler.
post/webhook/{id}/log/{logId}/resend
Path parameters
idstring required
logIdstring required
Response
Success
Example response
{
"id": "de7818e7-610a-4057-8f6f-b785dc1e6f88",
"webhookId": "de7818e7-610a-4057-8f6f-b785dc1e6f88",
"event": "stream.started",
"createdAt": 1587667174725,
"duration": 0.5,
"success": true,
"request": {
"url": "https://my-service.com/webhook",
"method": "POST",
"headers": {
"User-Agent": "livepeer.studio"
},
"body": "{\"event\": \"stream.started\"}"
}
}