For webhooks, click the Notifications button in the sidebar of the dash at the bottom. Then add one
For webhooks, click the Notifications button in the sidebar of the dash at the bottom. Then add one for Stream












{
"result": {
"token": "...",
"expiresAt": "2025-08-26T17:01:33.979591644Z",
},
"success": true,
"errors": [],
"messages": [],
}$ curl -s -X GET -H "Authorization: Bearer <api key>" "https://api.cloudflare.com/client/v4/accounts/<acct id>/stream/<vid id>" | jq .result.status
{
"state": "queued",
"errorReasonCode": "",
"errorReasonText": ""
}