List all developer applications on IEM. Use this request:
curl -i -X GET \
-H "Authorization:<your-authorization-token>" \
'https://<your-iem-url>/portal/api/v1/developer-applications'
A successful response looks like this:
{
"data": {
"developer-applications": [
{
"id": "610758a711434e19b1f85de8f8ffb8eb",
"userId": "88b0d08729b94a949ad8f4ae1abf60c7",
"title": "test",
"iconUrl": "https://localhost:443/pp/PortalCache/app/610758a711434e19b1f85de8f8ffb8eb/29.png"
}
]
}
}