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

The Woleet API is an HTTP REST API. It supports CORS and provides Basic authentication and JWT authentication, allowing an easy and secure interaction with both web clients and backend applications.

The Woleet API is specified following the Swagger/OpenAPI standard. You can get the specification file at https://api.woleet.io/v1/swagger.json) and, from it, generate client code for most languages using the Swagger Editor or Swagger Codegen.

Ready to use versions of the client code are provided as open source code for JavaScript/NodeJS and Java.

The API base URL is https://api.woleet.io/v1/.