The documentation for the endpoint mentions that Bearer auth should be used, but it does not state where to get the token from.
- I tried using
Basic ORG_ID:ORG_TOKEN
Basic ORG_ID:ORG_TOKEN
(just to verify the Bearer type is not incorrect) - I generated a Cloudflare token with RealtimeKit permission. This leads to "Invalid JWT token" as a response from the API. See images 2 and 3.