I create a project using Golang. and I have function to send emails that use Postmark . But I got this error "422 You tried to send to recipient(s) that have been marked as inactive. Found inactive addresses: .... . Inactive recipients are ones that have generated a hard bounce, a spam complaint, or a manual suppression.".
How can i check if the address is active or not, before try to send it ? . There is no mention of that on postmark documentation.
Use Postmark's Suppression dump API.
Here's an example response from Postmark: