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: README.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -154,6 +154,16 @@ func main() {
154
154
155
155
For more detailed documentation, please check on godoc.org 👉 [email-verifier](https://godoc.org/github.com/AfterShip/email-verifier)
156
156
157
+
## API
158
+
159
+
We provide a simple **self-hosted**[API server](https://github.com/AfterShip/email-verifier/tree/main/cmd/apiserver) script for reference.
160
+
161
+
The API interface is very simple. All you need to do is to send a GET request with the following URL.
162
+
163
+
The `email` parameter would be the target email you want to verify.
0 commit comments