EcoAdaptor Framework (v3 API)

EcoAdaptor v3 API

This API covers authentication, authorization and functional entry points to support cloud to cloud integration with other cloud services such as Amazon Echo (a.k.a. Alexa), IFTTT and others.

It covers an Oauth server as well as access to users and devices.

GET /oauth2/authorize
POST /oauth2/access_token
POST /oauth2/revoke_token
POST /v3/users
GET /v3/users/[userId]
GET /v3/devices
GET /v3/devices/[deviceId]
PUT /v3/devices/[deviceId]