REST API

Uvuyo provides a rest api to access functionality and collect information about the server. You need to authenticate to the server using the login rest api. You will receive a token if the login was successful. Use this token in the authentication header with the bearer prefix for further calls to the rest api.

Example:

Authorization: Bearer eyJhbGciOiJIUz…

Nach oben