Skip to main content
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",
	}'