POST /installation
(only once to activate your API key);POST /device-server
(only once to activate your API key);POST /session-server
. access_token
you receive upon authorization token exchange too. POST v1/installation
and passing your pre-generated public key. You will receive an installation Token. Use it when making the two following API calls.POST v1/device-server
. Provide a description and a secret (API key in this case).POST v1/session-server
. You will receive an authentication Token. Use it in the API requests in this active session.​POST v1/device-server
, it ties the API key to your current IP address so it will not be useable from other IPs.device-server
request as an array. You must include your current IP in this array as to not lock yourself out.