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 (deprecated)
Update: API V1 is no longer supported. Please contact Kanbanize Support if you need assistance or have questions about it.
API V2 Documentation
The official API V2 could be accessed from your account with a link like this:
https://my_account_subdomain.kanbanize.com/openapi
Note: You can directly test and use it from the webpage by authenticating with your APIKEY.
IMPORTANT: 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.