Update inbound SMS webhook/URI
Last updated
Was this helpful?
Was this helpful?
curl -n https://api-service.tsgglobal.world/v1/sms/webhook -XPOST -H "Authorization: Bearer <api_key>" \
-H "Content-Type: application/json" -d '{
"webhook_url": "https://example.com/webhook",
"did": "12003004000"
}'