Additional notes and troubleshooting

Any other return code in the 4xx range could be possible and in general would identify a problem in accessing the functionality by the user.

If you get a 401 Unauthorized http status code, you are probably sending the wrong authentication header.

If you are getting a 403 Forbidden http status code, your authentication token has probably expired. Please renew it

If you are consistently hitting a 429 error, you are probably hitting the API too hard. Please have a look at the Limits and counters chapter and adapt accordingly.

If your query returns a 400 Bad Request error, please check that your query is within the specifications. Check that the time window is less than 1 year, that the limit upper bound is correct or that the netmasks are properly within bounds.