diff --git a/products/stream/src/content/viewing-videos/securing-your-stream.md b/products/stream/src/content/viewing-videos/securing-your-stream.md index 96af9393afa..c4f888df03b 100644 --- a/products/stream/src/content/viewing-videos/securing-your-stream.md +++ b/products/stream/src/content/viewing-videos/securing-your-stream.md @@ -59,6 +59,7 @@ You can call the `/token` endpoint for any video that is marked private to get a ```bash curl \ +-X POST \ -H "Authorization: Bearer $TOKEN" \ https://api.cloudflare.com/client/v4/accounts/$ACCOUNT/stream/$VIDEOID/token ```