Israel Abebe
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
README.md
|
|
|
@ -37,7 +37,7 @@ await axios.post(`https://api.textbee.dev/api/v1/gateway/devices/${DEVICE_ID}/se |
|
|
|
**Code Snippet**: Curl command to send an SMS message via the REST API |
|
|
|
|
|
|
|
```bash |
|
|
|
curl -X POST" https://api.textbee.dev/api/v1/gateway/devices/YOUR_DEVICE_ID/sendSMS" \ |
|
|
|
curl -X POST "https://api.textbee.dev/api/v1/gateway/devices/YOUR_DEVICE_ID/sendSMS" \ |
|
|
|
-H 'x-api-key: YOUR_API_KEY' \ |
|
|
|
-H 'Content-Type: application/json' \ |
|
|
|
-d '{ |
|
|
|
@ -88,4 +88,4 @@ Please note that if you discover any vulnerability or security issue, we kindly |
|
|
|
|
|
|
|
|
|
|
|
## For support, feedback, and questions |
|
|
|
Feel free to reach out to us at textbee.dev@gmail.com or [Join our Discord server](https://discord.gg/d7vyfBpWbQ) |
|
|
|
Feel free to reach out to us at textbee.dev@gmail.com or [Join our Discord server](https://discord.gg/d7vyfBpWbQ) |