Hi,
I created the application (in https://apps.twitter.com) and set up the environment (in https://developer.twitter.com/en/account/environments) to start using the Ads API’s.
However, after having done all those steps, I’m running into an error to request any API with the keys that I have (i.e., ConsumerKey, ConsumerSecret, and Token).
Error message:
twurl -H ads-api.twitter.com "/3/accounts/<account_id>"
{"errors":[{"code":"UNAUTHORIZED_CLIENT_APPLICATION","message":"The client application making this request does not have access to this API"}],"request":{"params":{}}}
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":{}}}
I don’t know if some special approval would be necessary to allow us pulling data from the Ads API using this application (Application id: 14923689 / Owner ID: 936262647724609537).