Forum Discussion
MDE Entities APIs: API Rate Limiting
jbmartin6 Thank you for the answer.
It's gonna sound silly but I did not check the response body. I saw in the doc that it contains the remaining time before the next API call can be made, but since I have to issue hundreds of thousands of request on certain days, I found it pointless to even bother checking. That's not information I can leverage at this time. I could hypothetically parse that body and infer the API Rate Limiting, but that's just silly. First because that's information that should be available in the docs, and second because I know for fact that regardless of what the current API Rate Limiting is set on, I will not be able to run 150K CVEs through that Vulnerability endpoint within a reasonable amount of time. Ultimately, I need to know the exposure for every single CVE. I know there are other ways to pull that off (cf. software vulnerabilities endpoint for full inventory + delta), but I'd like to have a definitive and documented answer to my question.
I appreciate the help though.