iHub - Support
Rest Testing Tool
Log in to iHub site
Navigate to Support Menu and Click Rest Testing Tool
Swagger UI Page will open on new tab and will show list of REST API services (Load and Retrieve Services) available to connect to the Integration Hub
Make sure to use the correct Token (Swagger UI header) if multiple Token has been created and Rest API settings have been mapped.
See Also: iHub - Settings | API Credentials
Select service and API call type (POST/GET)
Select "Parameter content type" and “Response content type” (xml, json format).
Enter Parameter Value on the Request Box (Click the “Example Value” box to copy it into the "Request" box to easily edit values)
See Sample here ---> https://seko.atlassian.net/wiki/x/UYBFs
Click API call type button (POST/GET) to submit request
Click “Try it Out” button to submit a test message
Check Activity log to monitor status if Success or Fail and to view details of request
Types of services
Submitting Data: This is done through the Load services (POST). When you need to send data to the hub, you use these services.
Querying Data: This is handled by the Retrieve services (GET). When you need to get data from the hub, you use these services.