I haven’t been able to successfully make a request to POST /1/stats/jobs/accounts/:account_id. I now believe this is because I don’t have read AND WRITE access as mentioned as necessary for post requests at https://dev.twitter.com/oauth/overview/faq. Am I right when I say I need write access to access that post endpoint?
If so I need to upgrade our API partnership. The only other options would be to query the 7-day GET synchronous endpoint and combine requests into one big request. This is very computationally heavy though.