iotBind API Reference

HTTP request

Using the HTTP/HTTPS Api The HTTP API allows you to send and receive requests from any service or DIY Smart Project to iotBind platform.
iotBind server nodes act as an HTTP Server that supports both HTTP and HTTPS protocols.
When issuing a HTTP request, your request must be signed with Device API secret key , and include the request parameters and using the HTTP methods GET OR POST.

the base URL for API version 1.0 is :

url
 http://api.iotbind.com/v1 /

 Possible error codes and their reasons:

400 Bad Reques- Invalid URL, request parameters or body.
401 Unauthorized - Invalid api key.
404 Not Found - Resource not found.

MQTT protocol

We will use access token (api key) device credentials in this article and they will be referred to later as api key.
The application needs to include api key as a path parameter in each HTTP request.