-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmailboxlayer.opencollection.json
More file actions
69 lines (69 loc) · 2.01 KB
/
Copy pathmailboxlayer.opencollection.json
File metadata and controls
69 lines (69 loc) · 2.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"opencollection": "1.0.0",
"info": {
"name": "mailboxlayer API",
"version": "1.0.0"
},
"request": {
"auth": {
"type": "apikey",
"key": "access_key",
"value": "{{access_key}}",
"placement": "query"
}
},
"items": [
{
"info": {
"name": "Verification",
"type": "folder"
},
"items": [
{
"info": {
"name": "Verify Email Address",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://apilayer.net/api/check",
"params": [
{
"name": "access_key",
"value": "",
"type": "query",
"description": "Your mailboxlayer API access key."
},
{
"name": "email",
"value": "",
"type": "query",
"description": "The email address to verify."
},
{
"name": "smtp",
"value": "",
"type": "query",
"description": "Set to `0` to skip the real-time SMTP check (default `1`)."
},
{
"name": "format",
"value": "",
"type": "query",
"description": "Set to `1` to pretty-print the JSON response (default `0`)."
},
{
"name": "callback",
"value": "",
"type": "query",
"description": "JSONP callback function name. Wraps the JSON response in a function call."
}
]
},
"docs": "Verifies a single email address. Performs syntax validation, MX-record\nlookup, SMTP verification (optional), catch-all detection, role-address\ndetection, free-provider detection, disposable-provider detection,\ndid-you-mean suggestion, and returns a deliverability quality score.\n"
}
]
}
],
"bundled": true
}