List available apps

View as Markdown
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-IdstringOptional

Query parameters

search_keystringOptional>=1 character

Filter apps by name (partial match).

pageintegerOptionalDefaults to 1

Page number (1-indexed). Default 1.

per_pageintegerOptionalDefaults to 25

Results per page (default 25).

Response

Successful response