API: GET /${tenant}/admin/v1/Apps
According to the swagger of the VIP Authentication Hub, there is a way to return all the applications, but there is no way to filter them.
As a workaround, we call the API to return all the applications and then use json query to find what we need. This might work for small amount of applications, but it cannot scale.
We need to filter by name, client_id and metadata.
Release : 2.1
Rest API filters are available for many of the API calls and well documented here. Here is a sample example to get the app by name filter.