WEDO provides a public API that allows you to integrate your everyday tools for seamless collaboration, simplified document management, and centralized task management.
Thanks to our RESTful API, you can build custom integrations to automate your processes or sync data with your internal applications. The API allows you to perform CRUD (Create, Read, Update, Delete) operations for the following entities:
Tasks
Sessions
Workspaces
Teams
Users
π Authentication
Authentication is carried out using a personal API key, which is available in user settings. The data format used is exclusively JSON.
π Documentation
The full documentation can be found here π https://api.wedo.app/documentation
There you will find:
The structure of endpoints
The available parameters
Sample requests
Possible error codes