You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: backend/openapi.json
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"openapi": "3.0.0",
3
3
"info": {
4
4
"title": "Reacher",
5
-
"version": "0.10.0",
5
+
"version": "0.11.0",
6
6
"description": "### What is Reacher?\n\nReacher is a robust, open-source email verification API service available as both a SaaS and self-hosted solution.",
7
7
"license": {
8
8
"name": "AGPL-3.0 OR Commercial",
@@ -409,8 +409,7 @@
409
409
"is_reachable": "invalid",
410
410
"misc": {
411
411
"is_disposable": false,
412
-
"is_role_account": true,
413
-
"is_b2c": true
412
+
"is_role_account": true
414
413
},
415
414
"mx": {
416
415
"accepts_mail": true,
@@ -641,7 +640,7 @@
641
640
"id": "cuc5bj6ra2t0i"
642
641
},
643
642
"title": "HotmailB2CVerifMethod",
644
-
"enum": ["Smtp", "Headless", "Api"],
643
+
"enum": ["Smtp", "Headless"],
645
644
"description": "Enumeration describing the method used to verify Hotmail B2C emails."
646
645
},
647
646
"GmailVerifMethod": {
@@ -650,7 +649,7 @@
650
649
"id": "xo5r48yhtxiwr"
651
650
},
652
651
"title": "GmailVerifMethod",
653
-
"enum": ["Api", "Smtp"],
652
+
"enum": ["Smtp"],
654
653
"description": "Enumeration describing the method used to verify Gmail emails.",
0 commit comments