> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # IsPermittedToInstallApps # Package: appInstallation # Namespace: AppsInstallerService # Method link: https://dev.wix.com/docs/api-reference/business-management/app-installation/app-installation/is-permitted-to-install-apps.md ## Permission Scopes: Manage Events: SCOPE.EVENTS.MANAGE-EVENTS ## Introduction
__Note:__ Only logged-in [Wix users](https://dev.wix.com/docs/rest/articles/get-started/about-identities.md#wix-user) or [API key admins](https://dev.wix.com/docs/rest/articles/get-started/about-identities.md#api-key-admin) can use this API.Returns whether it's possible to install an app on a tenant, either by providing app instance details or using a share URL. --- ## REST API ### Schema ``` Method: isPermittedToInstallApps Description:
__Note:__ Only logged-in [Wix users](https://dev.wix.com/docs/rest/articles/get-started/about-identities.md#wix-user) or [API key admins](https://dev.wix.com/docs/rest/articles/get-started/about-identities.md#api-key-admin) can use this API.Returns whether it's possible to install an app on a tenant, either by providing app instance details or using a share URL. URL: https://www.wixapis.com/v1/app-instance/is-permitted-to-install Method: POST # Note: If the parameter `a.b` is listed under required parameters, `b` is only required if `a` is also present. Required parameters: installType Method parameters: param name: installType | type: InstallType | required: true - enum: APPS_INSTALL - Installation based on app instance data provided in the request. SHARE_URL_INSTALL - Installation based on a shareable app URL. - ONE-OF: - name: appsInstallOptions | type: AppsInstallOptions | description: Install the app using app instance details. - name: tenant | type: Tenant | description: Tenant details. - name: id | type: string | description: Tenant GUID. For a site, this is the [site GUID](https://dev.wix.com/docs/rest/account-level/sites/sites/introduction.md). For an account this is the [account GUID](https://dev.wix.com/docs/rest/account-level/user-management/accounts/accounts/about-accounts.md). - name: tenantType | type: TenantType | description: Tenant type. This can be a Wix site or account. - enum: SITE, ACCOUNT - name: appInstances | type: array
__Note:__ Only logged-in [Wix users](https://dev.wix.com/docs/rest/articles/get-started/about-identities.md#wix-user) or [API key admins](https://dev.wix.com/docs/rest/articles/get-started/about-identities.md#api-key-admin) can use this API.Returns whether it's possible to install an app on a tenant, either by providing app instance details or using a share URL. # Note: If the parameter `a.b` is listed under required parameters, `b` is only required if `a` is also present. Required parameters: installType, options.appsInstallOptions.tenant, options.appsInstallOptions.tenant._id, options.shareUrlInstallOptions.shareUrlId Method parameters: param name: installType | type: InstallType | required: true - enum: APPS_INSTALL - Installation based on app instance data provided in the request. SHARE_URL_INSTALL - Installation based on a shareable app URL. param name: options | type: IsPermittedToInstallAppsOptions none | required: true - ONE-OF: - required: true - name: appsInstallOptions | type: AppsInstallOptions | description: Install the app using app instance details. - name: tenant | type: Tenant | description: Tenant details. - name: _id | type: string | description: Tenant GUID. For a site, this is the [site GUID](https://dev.wix.com/docs/rest/account-level/sites/sites/introduction.md). For an account this is the [account GUID](https://dev.wix.com/docs/rest/account-level/user-management/accounts/accounts/about-accounts.md). - name: tenantType | type: TenantType | description: Tenant type. This can be a Wix site or account. - enum: SITE, ACCOUNT - name: appInstances | type: array