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.
This document provides service specific URL details from the Hub Services section. There is a section for each available service. Within each section, the URL structure to call the specified service is given: /<service>/<version>/<parameters>