List available apps
GET https://{tenant}.atomicwork.com/api/v1/iga/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.
Authorization
X-Api-KeyrequiredHeaders
X-Workspace-IdQuery Parameters
search_keyFilter apps by name (partial match).
pagePage number (1-indexed). Default 1.
per_pageResults per page (default 25).
Response
200application/json
Successful response