get deprecated
https://Use API Lookup for a base URL/apps//appCode
Get the App Code configured for an application. App Codes are deprecated and in a read-only state. An App can either have 0 or 1 App Code, depending whether they have appCodeEnabled or not. To retrieve the appCode via this endpoint the App needs to have appCodeEnabled=true and appCodeVisible=true.
An App Code can be used with certain classic HLS Services that still support app_id and app_code values in the query string for authentication.
Access Control:
- The calling principal must have "manage" action permission for the resource "{app}" in the "account" service.
- The calling principal MUST NOT include a project scope.
404- E202404 - No app exists with the given id.
409- E202102 - The specified App does not support App Codes.
429- E202429 - Request blocked because of too many requests made. Wait for a while before making a new request.