Basics

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 base URL is https://api.woleet.io/v1/.

The Woleet API is specified following the Swagger/OpenAPI standard. You can get the specification file at https://api.woleet.io/v1/openapi.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 and Java. If you are using PHP/Symfony, you can try the unofficial Woleet API PHP SDK and the Woleet API Symfony Bundle provided by Monsieur SLOOP (many thanks to them!).

👍

Official Swagger/OpenAPI documentation

You may find more details in the Official Swagger/OpenAPI documentation of the Woleet API.