API Web Service URL, API Key and Session IDΒΆ

The ReachLite API has a single point of entry:

https://www.reachlite.com/wsapi/services

Please NOTE the use of https:// in the URL above. All API calls are encrypted over HTTPS. Any non-secure requests are automatically rejected.

You will have to pass an API key from your space as a first parameter in each API call. The key can be found in the ‘Space Manager’ area under ‘Space Admin’ of ReachLite.

The second parameter is a User Session GUID which will be returned in the response from the loginUser API call. Session is renewed each time an API call is made and will expire after 2 hours of inactivity.