Calling services
All services follow a similar URL structure:
<baseURL>/<service>/<version>/<parameters>?api_key=<token>
Either "api_key=" or "token=" can be used when specifying the API Credentials. They are interchangeable.
<Base URL> is dependent on which environment you are connecting to:
UAT
https://ihubuat.supplystream.com:8081/api/
Live
https://ihub.supplystream.com:8081/api/
- <service> is the service identifier
- <version> is the version of the API being requested
- <parameters> are the main parameters of the service. The URL may contain multiple parameters depending on the behavior of the service.
- <token> is the security token assigned to the clients account
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>