Overview


The Mobiconnect API is a REST interface using REST/JSON over https. It is designed for both HTML/Javascript web applications (including using frameworks like Angular and Reactjs) and iOS/Android mobile apps (native and hybrid).


The API accepts url-encoded GET parameters and/or form-encoded JSON request bodies, and returns JSON-encoded responses It uses standard HTTP response codes, authentication, and verbs.

Authenticated APIs require a valid Bearer Token in the Authentication header.


Getting Started