Including the Library in Your Script
If you implements a user interface inside Bitrix24 (it is displayed on a special page and uses settings 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 front-end of your app without using OAuth 2.0 authorization. Secondly, it offers several additional features for interaction of user interface of your application with interface of Bitrix24:
- frame size management,
- calling of standard dialogues,
- and etc.
The Library is connected via the following procedure:
<script src="//api.bitrix24.com/api/v1/"></script>
The library cannot be used for external applications and webhooks.
© «Bitrix24», 2001-2023