Webhook
Retrieve a webhook
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200
application/json
Success
Example:
"test_webhook"
Example:
"https://my-service.com/webhook"
Example:
"de7818e7-610a-4057-8f6f-b785dc1e6f88"
Example:
"webhook"
The ID of the project
Example:
"aac12556-4d65-4d34-9fb6-d1f0985eb0a9"
Timestamp (in milliseconds) at which stream object was created
Example:
1587667174725
Available options:
stream.started
, stream.detection
, stream.idle
, recording.ready
, recording.started
, recording.waiting
, multistream.connected
, multistream.error
, multistream.disconnected
, playback.user.new
, playback.accessControl
, asset.created
, asset.updated
, asset.failed
, asset.ready
, asset.deleted
, task.spawned
, task.updated
, task.completed
, task.failed
Example:
["stream.started", "stream.idle"]
streamId of the stream on which the webhook is applied
Example:
"de7818e7-610a-4057-8f6f-b785dc1e6f88"
status of webhook
Was this page helpful?