curl --request POST \
--url https://livepeer.studio/api/webhook \
--header 'Authorization: Bearer <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"name": "my first webhook",
"url": "https://example.com/webhook",
}'
curl --request POST \
--url https://livepeer.studio/api/webhook \
--header 'Authorization: Bearer <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"name": "my first webhook",
"url": "https://example.com/webhook",
}'
curl --request POST \
--url https://livepeer.studio/api/webhook \
--header 'Authorization: Bearer <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"name": "my first webhook",
"url": "https://example.com/webhook",
}'
Was this page helpful?