Developers
Build on the GT360 API
Send messages, manage contacts, and receive webhooks — a full REST API with SDKs for Node, Python and PHP.
send-message.sh
curl https://api.shinygt360.com/v1/messages \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"to": "+15551234567",
"type": "template",
"template": "order_confirmation"
}'