rest
Installs a local personal application
Request example: { "title": "Test application", "handlerUrl": "https://example.com", "scopes": ["crm"], "mobile": false, "menuTitles": { "en": "Test application" } } If menuTitles is omitted, the application is installed as API-only: it is not shown in the Bitrix24 interface, and its only way to access the portal is through the REST API, but it can still add embeddings.
post/rest.application.personal.install
Request body
Example request
{
"title": "string",
"handlerUrl": "string",
"mobile": true,
"clientId": "string",
"applicationToken": "string",
"select": [
"id",
"clientId",
"clientSecret",
"applicationToken",
"scopes",
"title",
"url",
"urlInstall",
"urlSettings",
"mobile",
"version",
"active",
"installed",
"dateCreate",
"dateInstall",
"attributes"
]
}Response
Success response