> 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 Access ## Article: About Access ## Article Link: https://dev.wix.com/docs/build-apps/develop-your-app/access/about-access.md ## Article Content: # About Access for Wix Apps Access to Wix APIs requires successful authentication and authorization. Authentication confirms the identity of the entity making the request, while authorization determines the permitted actions for that identity. You can access Wix APIs using the [REST API](https://dev.wix.com/docs/rest.md), [JavaScript SDK](https://dev.wix.com/docs/sdk.md), or [Velo](https://dev.wix.com/docs/velo.md) (for Wix Blocks). ## Identities Identities are essential to managing interactions within the [Wix ecosystem](https://dev.wix.com/docs/build-apps/get-started/overview/the-wix-ecosystem.md). Recognized identities include site visitors, site members, Wix users (or admins), and Wix apps. These classifications affect both authentication and authorization processes. For more information, see [About Identities](https://dev.wix.com/docs/build-apps/develop-your-app/access/about-identities.md). ## Authentication To guarantee a secure connection, third-party apps integrating with Wix APIs need to authenticate following the [OAuth](https://dev.wix.com/docs/build-apps/develop-your-app/access/authentication/about-oauth.md) protocol. Your app can authenticate as an app instance, on behalf of a Wix user, or on behalf of a site visitor or member. For more information, see [About Authentication](https://dev.wix.com/docs/build-apps/develop-your-app/access/authentication/about-authentication.md). > **Note:** Wix offers [API keys](https://dev.wix.com/docs/rest/articles/getting-started/api-keys.md) for authentication, but they aren’t available for use in third-party Wix apps. ## Authorization App permission scopes specify the allowed actions and data access limits. When you register an app in the app dashboard, you define the required permission scopes that site owners need to approve. To understand the permissions needed for your app, refer to the documentation for each API your app uses. For more information, see [About Permissions](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions.md). ## See also * [About Webhooks](https://dev.wix.com/docs/build-apps/develop-your-app/api-integrations/events-and-webhooks/about-webhooks.md)