{ "opencollection": "1.0.0", "info": { "name": "Twilio SendGrid Provisioning Account Email Address Validation API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Email Address Validation", "type": "folder" }, "items": [ { "info": { "name": "Validate an email", "type": "http" }, "http": { "method": "POST", "url": "https://api.sendgrid.com/v3/validations/email", "body": { "type": "json", "data": "{}" } }, "docs": "**This endpoint allows you to validate an email address.**" } ] } ], "bundled": true }