Documentation

Including the Library in Your Script

When your app implements a custom UI inside Bitrix24 (it is displayed on a special page and uses embedding tools), then you can use capabilities of a special JS-library. It is, first of all, JS SDK for REST, which allows requesting REST directly from you app front-end without using OAuth 2.0 authorization. Secondly, it offers several additional features for interaction of your application UI with Bitrix24 interface:

  • frame size management,
  • calling of standard dialogs,
  • and etc.

The following procedure connects the JS library:

<script src="//api.bitrix24.com/api/v1/"></script>

The library cannot be used for external applications and webhooks.



© «Bitrix24», 2001-2024
Up