/
Calling Web Services - Private Key
Calling Web Services - Private Key
How to invoke web services using a private key.
URL
The URL for a specific web service is indicated in the web service instructions. HTTPS is required for all API calls.
Required Parameters
These are parameters that appear in your query string.
- ws_apikey=(your assigned API key)
- usertoken=impersonate
- context=(web service context)
- action=(web service action)
- rest=1
Example
https://cloudro.softtouchpos.net?ws_apikey=some_api_key&usertoken=impersonate&context=cloudservices&action=helloworld&rest=1
, multiple selections available,