Getting 403 error even having global level access token is used for /api/measures/search_history

We are using web api with basic auth autherization , with token having global level access . Getting 403 error for below API call for version 10.1 , we have older Version 6.7.2 , for that its working .
Project is public .

API : /api/measures/search_history

Hey there.

Which token type are you using? A User Token (prefixed with squ_) will be required to query the Web API outside of an analysis context.

I was trying with global token , but i just tried with user token now its working.

1 Like