I have a list of 50k+ email every month addresses that I need to validate using SendGrid'API. I am looking for a way to validate all of the emails at once, rather than sending individual requests for each email.
Can someone provide a Python code snippet or a step-by-step guide on how to use SendGrid's API to validate a large number of emails in bulk?
I have tried validating emails one by one, but that takes lot of time, so i am in search of a way to validate all of emails at one, to save time