With the API you can interact with Kanbanize remotely, whether you are building an additional functionality, integrations with other systems, or enhancements of existing capabilities and use-cases.
Detailed information can be found on our dedicated website documentation page for the REST resources available in Kanbanize, along with expected Authentication, Authorization, and HTTP request and response codes.
API V1 Documentation
Full information about our Current API is officially available on our website.
API V2 Documentation (Beta)
We are working on the new version of the API and this is the first public Beta.
You are welcome to try it out and give us your feedback.
Note for users with enabled Two-Factor Authentication (2FA):
When making an API call, the user would need to include an 'OTP' header in the request and provide the one-time password, generated by the authenticator application.
For more complex integration scenarios, the user would need to implement a mechanism that automatically retrieves the current one-time password based on the secret key, that is generated upon enabling 2FA for the user in question.
WebHooks Documentation
If you need to receive call-back events on activities in Кanbanize, the best way would be to use the Kanbanize Business Rules and invoke a web service.
Please, find more information on how to call a web service on our dedicated article.
Kanbanize Integrations
Most of our integrations with Kanbanize are based on the existing V1 and V2 API methods. Before building your own integration, please check if you could recycle one of the existing out-of-the-box implementations.