Browse Source

Update README.md

legacy-ui
Israel Abebe 1 year ago
committed by GitHub
parent
commit
3c8a505f4b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      README.md

4
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 **Code Snippet**: Curl command to send an SMS message via the REST API
```bash ```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 'x-api-key: YOUR_API_KEY' \
-H 'Content-Type: application/json' \ -H 'Content-Type: application/json' \
-d '{ -d '{
@ -88,4 +88,4 @@ Please note that if you discover any vulnerability or security issue, we kindly
## For support, feedback, and questions ## 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)
Loading…
Cancel
Save