{
	"info": {
		"_postman_id": "34d46166-6b54-4ce5-ae08-96d5ef7d0b5c",
		"name": "Experian Email Validation",
		"description": "Experian Email Validation is a real-time REST API that you can use to validate email addresses. ",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "Submits an email address to the service to be validated and returns the result of the validation.",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Auth-Token",
						"value": "{{Auth-Token}}"
					},
					{
						"key": "Content-Type",
						"value": "application/json"
					},
					{
						"key": "Accept",
						"type": "text",
						"value": "application/json"
					},
					{
						"key": "Reference-Id",
						"type": "text",
						"value": "Email_Validation_Reference_Id_Test"
					},
					{
						"key": "Timeout-Seconds",
						"value": "15",
						"type": "default"
					},
					{
						"key": "Add-Metadata",
						"value": "true",
						"type": "default"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\r\n  \"email\": \"support@experian.com\"\r\n}"
				},
				"url": {
					"raw": "https://api.experianaperture.io/email/validate/v2",
					"protocol": "https",
					"host": [
						"api",
						"experianaperture",
						"io"
					],
					"path": [
						"email",
						"validate",
						"v2"
					]
				}
			},
			"response": []
		}
	],
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	]
}