From 1f1e7fd9d7b297da3e8e98437668a1d96269ed65 Mon Sep 17 00:00:00 2001 From: Acho Arnold Date: Tue, 3 Sep 2024 13:01:03 +0100 Subject: [PATCH] Add httpSMS API to Development (#388) * Add httpSMS API * Update URL --------- Co-authored-by: Marcel Cruz <12413903+marcelscruz@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9add5e6f..56d3c4af 100644 --- a/README.md +++ b/README.md @@ -492,6 +492,7 @@ | [HTTP2.Pro](https://http2.pro/doc/api) | Test endpoints for client and server HTTP/2 protocol support | No | Yes | Unknown | | [HTTPie](https://httpie.io) | a free command-line HTTP client for the API era | No | Yes | Unknown | | [Httpbin](https://httpbin.org/) | A Simple HTTP Request & Response Service | No | Yes | Yes | +| [httpSMS](https://docs.httpsms.com/) | Use your Android phone as an SMS gateway to send and receive SMS messages via a simple HTTP API | `apiKey` | Yes | Yes | | [Hunter](https://hunter.io/api) | API for domain search, professional email finder, author finder and email verifier | `apiKey`| Yes | Unknown | | [IBM Text to Speech](https://cloud.ibm.com/docs/text-to-speech/getting-started.html) | Convert text to speech | `apiKey`| Yes | Yes | | [IFTTT](https://platform.ifttt.com/docs/connect_api) | IFTTT Connect API | No | Yes | Unknown |