Get all scenes returns "Not accessible"

Hi there

I’m using the shapespark API to try getting all the scenes using this call:
https://cloud.shapespark.com/scenes/

I do pass my Authorization header but I get a “Not accessible” message as a response.

One change I did is to run chrome with --disable-web-security flag because I was getting CORS issues.
This both on localhost but also when deployed to google appspot.

What am I missing here?

Thanks in advance!
Quentin

This API endpoint isn’t accessible with authorization based on a regular user token. Could you tell us what’s your use case for using this endpoint?