Thank you for your reply.
I was able to send request and fetch data successfully using twurl.
It seems “ads-api-sandbox.twitter.com” is what I need for testing purposes instead of “ads-api.twitter.com”
But… can you or any others who read this message, please tell me why these urls are inaccessible via browser??
Edit:
When I try
twurl -H ads-api-sandbox.twitter.com /0/accounts/
Gives an error even I make authorization successfully with my twitter account:
{“errors”:[{“code”:“UNAUTHORIZED_CLIENT_APPLICATION”,“message”:“The client application making this request does not have access to this API”}],“request”:{“params”:{}}}
Must I have an ads account in order to test api? I’m asking this because I’m using ads-api-sandbox.twitter.com