How to pass an access token type Bearer in URL

Helix doesn’t support passing the token and clientID as query string paramters.

They need to be sent via header. Which you can’t (normally) do via Internet Explorer

You either need a header injector plugin

or to use an API testing program such as Insomnia or postman.

it doesn’t work, as it’s not supported