Web APIs designed for simplicity.
Test to return query string.
Try: /v2/echo/test
Get my IP address.
Try: /v2/get/ip
Make a TCP Ping to specific IP and port.
Send email message. Message is passed as json.
A token is required to send email message.
Method: Post
{"token":"YOUR_TOKEN", "from":"[email protected]", "to":"[email protected]", "subject":"subject line", "content":"<strong>email content</strong>"}
Try: /v2/send/email
Send wechat message. Message is passed as json.
A token is required to send wechat message.
Try: /v2/send/wechat