Authentication
The Unified Communications Platform supports two authentication methods for public API access.
JSON API
/api/v1/json/*
Method: Username/Password
Standard HTTP Basic Auth with client credentials
XML API
/api/v1/xml/*
Method: Username/Password
Standard HTTP Basic Auth with client credentials
JSON API Authentication
curl -X POST /api/v1/json/bulk/sms
-u "user:pass"
-d '{
"sender":"Brand",
}'
XML API Authentication
curl -X POST /api/v1/json/bulk/sms
-u "user:pass"
-d '<request></request>'