Create a webhook endpoint
Create a webhook endpoint
Register an HTTPS endpoint to receive signed events for the given event types. The response includes the endpoint id, URL, and subscribed event types.
POST
Create a webhook endpoint
Authorizations
Pass your API key as Authorization: Bearer sk_…. Mint a key from your dashboard's API-keys page.
Body
application/json
HTTPS URL Roughy will POST events to.
Terminal-state event types to subscribe to, e.g. cut.completed, cut.failed, render.completed, render.failed, render.cancelled, asset.ready, asset.failed.
Optional human label for your own reference.