Hi,
I’ve been using POSTMAN for testing all the Twitter Ads API
I ran several requests and all were just fine but when I tried the synchronous analytics request, I repeatedly received: “code”: “UNAUTHORIZED_ACCESS” for the response.
Kindly advise why this happen?
P/S: I authorized the app but when I tried the requests that I was able to run on POSTMAN with twurl, I got: “code”: “UNAUTHORIZED_ACCESS”


This is a known bug in Postman. The workaround would be to use only date as start_time and end_time and avoid using commas by fetching only a single entity. I’d recommend installing Twurl if you are getting started with the Ads API.

Hi osowskit1,
Thanks for your comment.
As I mentioned on my thread, I authorized twurl successfully but when I called requests, its response always Unauthorized.
Regarding the postman bug you mentioned, I’ll have a look on it.