Dataset download url - receiving error code 7000: "No route for that URI"

Hello,
Using a Global API Key, I get the following response when making a request to get a download url.
I’m using the curl command from the doc:

curl -X POST "https://api.cloudflare.com/client/v4/radar/reports/datasets/download" \
     -H "X-Auth-Email: [email protected]" \
     -H "X-Auth-Key: xxxxx" \
     -H "Content-Type: application/json" \
     --data '{"datasetId":3}'
  • I put my real details under the X-Auth-Email & X-Auth-Key

And receiving code 400 with the following response:
{
“success”: false,
“errors”: [
{
“code”: 7000,
“message”: “No route for that URI”
}
],
“messages”: ,
“result”: null
}

When I send GET request in order to get the top domain ranking, I receive the domains ranking from the server…

Is there a known issue here, or is it more likely to be something else ?

Thanks

Hey @amithaim7

I don’t know exactly what happened here but the URL for this has changed to
https://api.cloudflare.com/client/v4/radar/datasets/download

(see Cloudflare API Documentation)

Sorry for the inconvenience!