Calling Services.

The following section summarises the available services. The following base URL should be used when calling the restful web services:

For Live: https://api.supplystream.com/hub/api/

For UAT: https://hubuat1.supplystream.com/hub/api/ All calls follow a similar URL structure defined as follows:

<baseURL>/<service>/<version>/<parameters>?token=<token>

Where

  • <baseURL> e.g. for live: https://api.supplystream.com/hub/api
  • <service> is the service identifier
  • <version> is the version of the API being requested
  • <parameters> are the main parameters to the service ï‚·   <token> is the security token associated with the client


The url may also contain further query parameters that adjust the behaviour of the service.