Skip to content

Commit df488b2

Browse files
committed
[integration] clarify accessability differences between local and cloud API
1 parent b58e644 commit df488b2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/integration/api.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,11 @@ The SMS Gateway for Android™ provides a robust API that allows you to send SMS
55
## API Specification 📄
66

77
You can find the OpenAPI specification for our API at the following link: [OpenAPI Specification](https://capcom6.github.io/android-sms-gateway/). This specification includes detailed information about the available endpoints, request/response structure, and more.
8+
9+
!!! note "Local vs Cloud API Access"
10+
While both API endpoints use the same authentication method and request format, there are critical differences in accessibility:
11+
12+
- **Local Server API**: Only accessible within your local network (same Wi-Fi/Ethernet)
13+
- **Cloud API**: Accessible from anywhere on the internet
14+
15+
External services like Google Apps Script, AWS Lambda, or other cloud functions **cannot** directly access Local Server API endpoints due to network constraints.

0 commit comments

Comments
 (0)