0
votes

The IBM IoT Foundation technology has an API that is REST based. The low level docs for the API can be found here:

https://docs.internetofthings.ibmcloud.com/swagger/v0002.html#/

with a higher level article here:

https://docs.internetofthings.ibmcloud.com/devices/api.html

Unfortunately, despite having tried a number of experiments, I am unable to get any REST requests working. Is there a recipe, tutorial or sample available that illustrates the use of the IoT Foundation APIs using REST requests?

1
@BenRondeau ... thanks Ben, the screen shot provided by mdickens gave me all the info I needed. It showed where I had entered bad information. Y'all might want to review the docs supplied to make sure that there is enough information available for a future reader to put all the pieces together. - Kolban
Awesome. Happy hacking - Ben Rondeau

1 Answers

0
votes

Here is a screenshot with steps for how to get started using the IBM IoT Foundation REST Api to perform GET organization details using the Firefox RESTClient. Does this help to get you started?

Screenshot of how to get started using the IBM IoT Foundation REST Api to GET organzation information