I’m getting an error when trying to access the twitter ads API and not sure if it’s a permissions issue where I have access to the Twitter API and not Twitter Ads API.
This is the error I’m getting:
{
"errors": [
{
"code": "UNAUTHORIZED_CLIENT_APPLICATION",
"message": "The client application making this request does not have access to Twitter Ads API"
}
],
"request": {
"params": {}
}
}
This is the request I’m trying to make ( Synchronous Analytics - get stats) :
Hello, @financebuzz. Welcome to the forums! To get access to the Ads API, you must first fill out an application. Please note that there is a 5 token limit to begin with. If you apply using your existing production app, you won’t be able to authenticate any additional users (if you’re already above 5). So the guidance is to create a separate app while you develop your solution. Thanks!
system
Closed
#3
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.