---
title: "Returns the application access codes"
method: POST
path: "/rest.application.access.get"
tags: ["rest"]
---

# Returns the application access codes

`POST /rest.application.access.get`

Returns the current access codes assigned to the application,
		including detailed information about each code (provider and display name).
		Administrators and personal application owners always have access regardless of access codes.
		For shared applications, if no access codes are set, the application is available to everyone.
		For personal applications, if no access codes are set, only the owner and administrators have access.
		Request example:
		{
			"clientId": "local.69b9196bdbd793.03286491"
		}

## Request body

- object
  - `clientId` string, required
  - `select` string[]

## Response `200`

Success response

- object
  - `result` object
    - `item` BitrixRestAccessdto
      - `clientId` string
      - `codes` unknown[]
        - unknown
      - `codesDetails` unknown[]
        - unknown

---

[API](https://skmtc.net/bitrix24/apis/bitrix24-rest-v3-api.md) · [All operations](https://skmtc.net/bitrix24/apis/bitrix24-rest-v3-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitrix24/bitrix24-rest-v3-api/versions/3660cc6bfaf5/schema)
