The Woleet API provides Basic authentication over HTTPS: use your email and password to authenticate.
The Woleet API also provides JWT authentication: generate a JWT token by doing a GET call on the /token endpoint (using Basic authentication) and then provide this token to subsequent API calls in the Authorization header using the Bearer scheme.