v12

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0118044135.0 KB
rest

Returns the application access codes

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" }

post/rest.application.access.get

Request body

clientIdstring required
selectstring[]

Example request

{
  "clientId": "string",
  "select": [
    "clientId",
    "codes",
    "codesDetails"
  ]
}

Response

Success response