API not working
when I use these URL https://api.apify.com/v2/actor-tasks/<TASK_ID>/runs?token=<YOUR_API_TOKEN> with the credentials from my apify dashboard I get the following error:
{
"error": {
"type": "page-not-found",
"message": "We have bad news: there is no API endpoint at this URL. Did you specify it correctly?"
}
}
I did everything like described in https://docs.apify.com/api/v2#section/Authentication
Can you help me and tell me what am I doing wrong? #apify-platform
We have rolled out this new Apify API Documentation. In case of any issues, please report here.
The old API Documentation is still available here.
The Apify API (version 2) provides programmatic access to the Apify platform.
The API is organized around [RESTful](https://en.wikipedia.org/wiki/...
