/
Calling services
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>
Related content
Using API on the Integration Hub
Using API on the Integration Hub
More like this
iHub API Documentation
iHub API Documentation
Read with this
Calling Services.
Calling Services.
More like this
REST Testing Tool
REST Testing Tool
Read with this
Negotiating content type
Negotiating content type
More like this
‘Echo’ testing service
‘Echo’ testing service
Read with this