> 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

## Resource: About Permissions

## Article: About Permissions

## Article Link: https://dev.wix.com/docs/build-apps/develop-your-app/auth/permissions/about-permissions.md

## Article Content:

# About Permissions for Wix Apps

For a conceptual overview of permissions on the Wix platform, see [Permissions](https://dev.wix.com/docs/overview/auth-permissions/permissions.md).

In the [app dashboard](https://manage.wix.com/account/custom-apps), you specify the permission scopes your app requires from site owners.

## APIs

In the [REST API](https://dev.wix.com/docs/rest.md), [JavaScript SDK](https://dev.wix.com/docs/sdk.md), and [Velo](https://dev.wix.com/docs/velo.md) (for Wix Blocks) reference, each endpoint and method lists supported permission scopes. To use the endpoint or method, your app needs to have at least one of the listed permission scopes.

To set up permissions, see [Configure Permissions for Your App](https://dev.wix.com/docs/build-apps/develop-your-app/auth/permissions/configure-permissions-for-your-app.md).

## Webhooks

With [webhooks](https://dev.wix.com/docs/build-apps/develop-your-app/api-integrations/events-and-webhooks/about-webhooks.md), permissions are configured during the subscription process as follows:

* If a single permission scope is required to use the webhook, Wix automatically adds that permissions scope to your app.
* If there are multiple possible permission scopes that allow you use the webhook, you're prompted to select the desired permission scope. For example:
    
    ![Select permission scope during webhook subscription webhook](https://wixmp-833713b177cebf373f611808.wixmp.com/images/3a0fda54cf3db9246fff0c082cac8897.png)

When you click **Subscribe**, the permissions are added to your app.

## App Market guidelines

For your app to be approved on the app market, it must request only the necessary permissions for app functionality. This requirement includes refraining from requesting permissions that are redundant or contained within others. For example, if your app requires and requests **Manage Stores - All Permissions**, it shouldn't also request **Manage Products** because those permissions are already included in the greater permission set.

## See also

* [Configure Permissions for Your App](https://dev.wix.com/docs/build-apps/develop-your-app/auth/permissions/configure-permissions-for-your-app.md)