With the API, you can interact with Businessmap 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 Businessmap, along with expected Authentication, Authorization, and HTTP request and response codes.
API V1 Documentation (deprecated)
Update: API V1 is no longer supported. Please contact Businessmap Support if you need assistance or have questions about it.
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 it and use it from the webpage by authenticating it with your APIKEY.
To access our OpenAPI V2 specification in JSON format, you can use the following endpoint:
https://{subdomain}kanbanize.com/openapi/json
Make sure to replace {subdomain} with your subdomain.
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 Businessmap Business Rules and invoke a web service. Please, find more information on how to call a web service in our dedicated article.
Businessmap Integrations
Most of our integrations with Businessmap 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.