This document describes the JSON api of Remote Power Service.
## Authentication
Authentication is mandatory to access to the Json api. We provide two authentication methods:
Basic Http Authentication and JWT Authentication.
### JWT Token authentication
To access to the api using this method, you only need to add the Authentication Http header with a valid token. This token is a standard JWT token encoded with HS256 method and signed.