Retool api access token error

We are getting a 'missing token' error when hitting the Retool api (/api/users). We are getting the same error from our React app and Postman. We generated an api token to read pretty much everything and setting the token as Authorization. Help?!

@Matias_Mariani I think you're using our internal api (/api/users) instead of the public API, that's why the request is rejected. I'm curious what's your use case for Retool API?

If you're using it for resource managements, the end point should be /api/v1/resources etc.