Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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. 

  • No labels