List available apps
List the identity resource apps connected to your workspace. This is the starting point for grant discovery — each app represents a connected identity provider (Okta, Azure AD, JumpCloud, Google Workspace, etc.) and contains entitlements that can be granted to users.
**Typical flow:** Call this endpoint first to get `app_id` values, then call `GET /iga/entitlements?app_id={id}` to browse the entitlements (groups, roles, licenses) available in each app.
**Pagination:** Supports `page` and `per_page` (default 25). Use `search_key` to filter apps by name.
Authentication
X-Api-Keystring
API Key authentication via header
Headers
X-Workspace-Id
Query parameters
search_key
Filter apps by name (partial match).
page
Page number (1-indexed). Default 1.
per_page
Results per page (default 25).
Response
Successful response

