List all catalog apps on IEM. Use this request:
curl -i -X GET \
-H "Authorization:<your-authorization-token>" \
'https://<your-iem-url>/portal/api/v1/applications'
A successful response looks like this:
{
"data": [
{
"applicationId": "hI5FOxrLcRCQ7doCpoQTDLXTki8al5sI",
"userId": "f8dd4206b24f4f108ceb81e0159f4faf",
"icon": "https://localhost:443/pp/PortalCache/app/hI5FOxrLcRCQ7doCpoQTDLXTki8al5sI/appicon.png",
"title": "tom-nginx"
}
]
}