{"info":{"_postman_id":"c663d644-80ec-45d9-9e67-1160825dc73c","name":"Spredgy Verifier API Documentation","description":"<html><head></head><body><p>The full API Documentation of Spredgy Validator is added below. Please signup to our email validator platform first to collect your API key.</p>\n<h2 id=\"getting-started\">Getting started</h2>\n<p>To get started, create a new credential in your workspace, with API type. That will generate you an API Key that you can use for this API.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"14677840","collectionId":"c663d644-80ec-45d9-9e67-1160825dc73c","publishedId":"2sAYJ9ByZa","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"8161FF"},"publishDate":"2025-01-06T15:32:11.000Z"},"item":[{"name":"Validator Single","id":"92b0d11c-e21f-47c8-acb8-de018b0e07b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{your_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"access-control-allow-credentials","value":"true","type":"text"}],"url":"https://api.spredgy.com/v1/validator/single?email=hello@gmail.com","description":"<p>This API endpoint is ideal for verifying email at its entry level. You can verify an email to check its validity before allowing it to enter your email database.</p>\n","urlObject":{"protocol":"https","path":["v1","validator","single"],"host":["api","spredgy","com"],"query":[{"key":"email","value":"hello@gmail.com"}],"variable":[]}},"response":[{"id":"a12ceb72-3785-431f-92de-196a6a87af01","name":"Validator Single","originalRequest":{"method":"GET","header":[{"key":"access-control-allow-credentials","value":"true","type":"text"}],"url":{"raw":"https://api.spredgy.com/v1/validator/single?email=hello@gmail.com","protocol":"https","host":["api","spredgy","com"],"path":["v1","validator","single"],"query":[{"key":"email","value":"hello@gmail.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Jan 2025 08:17:01 GMT"},{"key":"Server","value":"Apache/2.4.52 (Ubuntu)"},{"key":"Access-Control-Allow-Methods","value":"GET"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With"},{"key":"Content-Length","value":"441"},{"key":"Keep-Alive","value":"timeout=10, max=999998"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"done\",\n    \"emails\": {\n        \"email\": \"hello@gmail.com\",\n        \"domain\": \"gmail.com\",\n        \"username\": \"hello\",\n        \"isValidSyntax\": true,\n        \"mxExist\": true,\n        \"mxRecords\": [\n            \"alt1.gmail-smtp-in.l.google.com\",\n            \"gmail-smtp-in.l.google.com\",\n            \"alt2.gmail-smtp-in.l.google.com\",\n            \"alt3.gmail-smtp-in.l.google.com\",\n            \"alt4.gmail-smtp-in.l.google.com\"\n        ],\n        \"canConnectSmtp\": true,\n        \"inboxIsFull\": false,\n        \"isCatchAll\": true,\n        \"isRoleAccount\": true,\n        \"spfExist\": true,\n        \"isDisposable\": false,\n        \"status\": true\n    }\n}"}],"_postman_id":"92b0d11c-e21f-47c8-acb8-de018b0e07b6"},{"name":"Validator Bulk","id":"cafe7fb9-5f00-4157-b51e-3f7f71443237","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{your_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"access-control-allow-credentials","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"emails\":[\"hello@gmail.com\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.spredgy.com/v1/validator/bulk","description":"<p>This API Endpoint is ideal for verifying large email sets at a great speed. This endpoint creates a bulk verification task for the given list of emails. The emails will be processed to remove duplicates, and a bulk email verification task will be created. (Max 100 emails/request)</p>\n","urlObject":{"protocol":"https","path":["v1","validator","bulk"],"host":["api","spredgy","com"],"query":[],"variable":[]}},"response":[{"id":"6b3defe2-6bf0-4372-b762-d4720050b72c","name":"Validator Bulk","originalRequest":{"method":"POST","header":[{"key":"access-control-allow-credentials","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"emails\":[\"hello@gmail.com\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.spredgy.com/v1/validator/bulk"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Jan 2025 08:17:18 GMT"},{"key":"Server","value":"Apache/2.4.52 (Ubuntu)"},{"key":"Access-Control-Allow-Methods","value":"POST"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With"},{"key":"Content-Length","value":"443"},{"key":"Keep-Alive","value":"timeout=10, max=1000000"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"done\",\n    \"emails\": [\n        {\n            \"email\": \"hello@gmail.com\",\n            \"domain\": \"gmail.com\",\n            \"username\": \"hello\",\n            \"isValidSyntax\": true,\n            \"mxExist\": true,\n            \"mxRecords\": [\n                \"alt3.gmail-smtp-in.l.google.com\",\n                \"alt4.gmail-smtp-in.l.google.com\",\n                \"alt1.gmail-smtp-in.l.google.com\",\n                \"gmail-smtp-in.l.google.com\",\n                \"alt2.gmail-smtp-in.l.google.com\"\n            ],\n            \"canConnectSmtp\": true,\n            \"inboxIsFull\": false,\n            \"isCatchAll\": true,\n            \"isRoleAccount\": true,\n            \"spfExist\": true,\n            \"isDisposable\": false,\n            \"status\": true\n        }\n    ]\n}"}],"_postman_id":"cafe7fb9-5f00-4157-b51e-3f7f71443237"}],"variable":[{"key":"Your Token","value":"your_token"}]}