Validate single email address
documentedValidate a single email address in real-time.
GET /v3/validations/email?email={email}Email Address Validationno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.sendgrid.com/v3/validations/email" \
-X POST \
-H "Authorization: Bearer {{SENDGRID_API_KEY}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"email": "{{$email}}"}'