Jump to Content
Echolo
REST API
v1

Log InEcholo
REST API
Log In
v1

Echolo REST API

  • Application
    • /applicationget
    • /applicationput
    • /application/tokenpost
  • Device
    • /deviceget
    • /device/:idget
    • /device/:idput
    • /device/:id/doubleget
    • /device/:id/doubleput
    • /device/:id/double/:keyget
    • /device/:id/eventsget
    • /device/:id/events/:eventIdget
  • Hub
    • /hubget
    • /hubpost
    • /hub/:idget
    • /hub/:idput
    • /hub/:id/devicesget
    • /hub/:id/doubleget
    • /hub/:id/doubleput
    • /hub/:id/double/:keyget
  • Topic
    • /topicget
    • /topicpost
    • /topic/:nameget
    • /topic/:namedel
  • Webhook
    • /webhookget
    • /webhook/:idget
    • /webhookpost
    • /webhook/:idput
    • /webhook/:iddel
  • Trigger
    • /triggerget
    • /trigger/:idget
    • /triggerpost
    • /trigger/:idput
    • /trigger/:iddel
Powered by 

Application

The application is the first layer and all other items belong to application. All other items hold an attribute named appId that relates to your application id.

621