SensusRF gateway user manual
| 29/10/2019
17.2 HTTPS API: Methods Available
For accessing the GATEWAY API it is necessary to inform the user credentials. The Gateway validates
the username and password then generates a JWT, which is valid for seven days and exclusive for this specific
gateway and session.
17.2.1 API Authentication
The authentication method returns the JWT inside a JSON. This token is used to securely transmit data
on JSON objects; it must provide a valid username and password. All the other methods must contain the
JWS in its HTTP header as “Authorization”.