HTTP/HTTPS interface
Ready for testing in 3 steps in just a few minutes: Copy code ► Register ► Activate & configure API ► Test
Copy code in the appropriate programming language
c#
var url = "https://url.ecall.ch/api/sms"; var client = new WebClient(); var method = "POST"; var parameters = new NameValueCollection(); parameters.Add("username", "foo"); parameters.Add("password", "bar"); parameters.Add("message", "Hello eCall World"); parameters.Add("address", "0041XXXXXXXXX"); client.UploadValues(url, method, parameters);
Register & login
An account is required to test the interface. This is free of charge.
For security reasons you will receive your password by SMS.
Activate & configure
After registering, you can activate the API yourself in your account in the “Interfaces” area and make further configurations.
Do you need more than 40 SMS for testing? No problem. Contact an eCall expert
Download description
Click on the link to download the description as a PDF:
May we advise you personally?