Get Global App Info Using GET
API code: GET-GLOBAL-APP-INFO
Pre-authorized role(s): PROVIDER_ADMIN
Request
URI
GET
https://{api_host}/api/alp/v1/global-app-info
COPY
Responses
200
OK
Returns
CommonInfo
of type(s)
application/json
{
"field": "string",
"value": "string"
}
string
field
Optional
field
string
value
Optional
value
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/alp/v1/global-app-info