Hi,
A few weeks ago, I applied for twitter ads api access for my application using this form:
https://developer.twitter.com/en/docs/ads/general/overview/adsapi-application
I received an email saying that my application is granted to access twitter ads api.
I used twurl to authenticate a user and when I am trying to fetch data from the accounts endpoint, I get the following error:
twurl -H ads-api.twitter.com /3/accounts/
{"errors":[{"code":"UNAUTHORIZED_CLIENT_APPLICATION","message":"The client application making this request does not have access to this API"}],"request":{"params":{}}}
My application id: 15381901
Any help?
Thanks