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

« Previous Version 6 Current »

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>

  • No labels