We are trying to utilize the tag API endpoint to retrieve all the tags of our repository, Unfortunately, we are getting an authentication error just for a few of our repositories from the endpoint(https://your-repo-name.cdn.prismic.io/api/tags) in the browser for a logged-in user(few of repositories are working actually):
{"error":"Invalid access token"}
From a postman collection, We have the following error:
{
"message": "Missing Authentication Token"
}
The tag API endpoint in the reference doesn't mention anything about access_token or authentication.
Sorry for the delayed response. I am able to get the Tag Api working, actually, I was already passing access_token as a query parameter, but didn't work, it worked only when I pass it as Bearer Token as Authorization header.