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
Example request
{
"clientId": "string",
"select": [
"clientId",
"codes",
"codesDetails"
]
}Response
Success response