Rapid account: Top-Rated

Top-Rated / Top-Rated

Discussions

106
Title
Created at (Click to sort ascending)
A
1
We are using many signals or indicators when evaluating domains and e-mails. Anything from domain info, honeypots, registrar information, threat intel, etc. The "text" and "reason" is basically just a text-based information about why we have flagged the email/domain as invalid, or why it should be blocked. "Anomalies detected" just means that we found "something" that looks odd. We actually updated that now for test.com, updating the info to it being blacklisted. The most important field is the "block" value, which is if we suggest you block it or not, either because it's invalid, or bad/disposable/malicious. lun 5:10 22/5/23
A
1
Hey, no, there shouldn't be any rate limits per minute. Double-check what the reason could be by reaching out to support@rapidapi.com, they are in charge of the limits, etc. ven 6:57 28/4/23
A
1
Could you please paste the full code that you're trying with (except the API key). It seems like either the host-header, or URL is incorrect. lun 4:14 6/3/23
A
4
Unfortunately, notifications for support and Discussion pages on RapidAPI often dosen't work. That being said, support and help implementing an API is extremely important, both for paying and non-paying customers, and we value this feedback. For support, you can always contact us directly at support@check-mail.org which should work much better. We're sorry you've had this experience, and will follow this issue up with RapidAPI. Thanks! gio 4:59 9/2/23
A
3
Hi, Thanks for using the API! All API access and payments are handled by RapidAPI, so you need to contact them at: support@rapidapi.com lun 9:40 19/12/22
A
1
Hi, You'll get a HTTP error 429, Too Many Requests. Your response will look something like this: HTTP/1.1 429 Too Many Requests Content-Type: application/json Date: Thu, 19 Aug 2021 17:20:58 GMT Server: RapidAPI-1.2.8 X-RapidAPI-Proxy-Response: true X-RapidAPI-Region: AWS - eu-central-1 X-RapidAPI-Version: 1.2.8 X-RateLimit-requests-Limit: 5 X-RateLimit-requests-Remaining: 0 X-RateLimit-requests-Reset: 86245 Content-Length: 202 Connection: keep-alive {"message":"You have exceeded the DAILY quota for requests on your current plan, CUSTOM-temptest. Upgrade your plan at https:\/\/rapidapi.com\/Top-Rated\/api\/e-mail-check-invalid-or-disposable-domain"} So, either check for HTTP error 429, or verify that the response JSON contains the required array keys "valid" or "block" for example! mer 11:29 28/9/22