You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create endpoint in ZAP Search API that can be used to check if there is a subscriber with a given email address.
Create new GET endpoint at /subscribers/email/<email>
Endpoint should look up Sendgrid contact with the given email and check if it belongs to the SG list for the current environment. If it does, return a 204 response with no response body
If the given email is not a valid email address, return 400 response
If email is valid but not contact is found, or a contact is found that doesn't belong to the Sendgrid list, return 404.
The text was updated successfully, but these errors were encountered:
Create endpoint in ZAP Search API that can be used to check if there is a subscriber with a given email address.
GET
endpoint at/subscribers/email/<email>
204
response with no response body400
response404
.The text was updated successfully, but these errors were encountered: