These docs are for v1.5.1. Click to read the latest docs for v1.15.1.

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.