Skip to content
Jorge Chavez edited this page May 10, 2016 · 1 revision

API

You can use the API for making the next actions:

Turn off the portal

URL /off
Request Method POST
Params token
Where:

token: A valid token taken from either the environment variables or defined in config/index.js

Turn on the portal

URL /on
Request Method POST
Params token
Where:

token: A valid token taken from either the environment variables or defined in config/index.js

Clone this wiki locally