{ "id": "de7818e7-610a-4057-8f6f-b785dc1e6f88", "name": "My webhook", "createdAt": 1587667174725, "events": [ "stream.started", "recording.ready" ], "url": "https://webhook.example.com", "sharedSecret": "mySharedSecret", "streamId": "de7818e7-610a-4057-8f6f-b785dc1e6f88", "status": { "lastFailure": { "timestamp": 1587667174725, "error": "Error message", "response": "Response body", "statusCode": 500 }, "lastTriggeredAt": 1587667174725 } }
The Webhooks API is used to create, retrieve, update, delete webhooks object from pipeline.
Was this page helpful?