Can I use the api with no authorization without it producing errors?

Trying to access data that doesn’t need auth as it’s public data, it works but produces errors as shown below.

:

/kraken/user requires an auth token with the user_read scope. If you’re doing requests to that yourself, change them to use /kraken/users/:id, which does not require auth. The embedded player does a request to that endpoint too, but in its case 401 is not an error, it’s just a status code: the viewer is not logged in.

Okay thank you. Could I get any info on this post? Need help resolving api error using embed_html

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.