API 401 error, not working on bubble but on postman

I am currently using an API but it gives “error Status code 401
{“title”: “Unauthorized”, “detail”: “No authorization token provided”}” however it works on postman with the same token


The token is gotten from the first call, which went well, but using token which was gotten from the first call in the second call gives the error above

Hi, not the best but try unchecking the “Private” option in the Bubble API connector, it can sometimes resolve this issue.

Thank you for responding, but that didn’t work

Can you share what you have in postman? Can you also share the auth part in Bubble API Connector?