I'm trying to get the report for an account from Reddit using their ads API.
I did the authentication process according to: https://ads-api.reddit.com/docs/#section/Authentication
When I invoked the report API, https://ads-api.reddit.com/api/v2.0/accounts/t2_3nkpasz3/reports?start_date=2019-07-16&end_date=2019-07-22&group_by=date, I got the error:
{
"error": {
"message": "This account is not allowed to use the API."
}
}
The reporting API documents can be found in https://ads-api.reddit.com/docs/#tag/Reporting
How can I fix this problem?