JSON & JSONP Response

All requests and responses from the X.IO API are formatted in JSON. All GET calls support JSONP callbacks by adding a query string with the value of "cb=myCallback" to the URL, where myCallback is the name of the callback function.

HTTPS and SSL

The X.IO API is only available over SSL. Unencrypted HTTP requests are not supported.