organization.getConnectedApps method wraps the Get Connected Apps API endpoint.
The organization_id will be automatically inferred from the logged-in session.
This method retrieves a list of Connected Apps that have been installed by the Members. A Connected App can be considered to be installed if at least one of the Organization’s Members has successfully completed an authorization flow with the Connected App and no revocation has occurred since that completion.
A Connected App may be uninstalled if the Organization changes its first_party_connected_apps_allowed_type or third_party_connected_apps_allowed_type policies.
Response
An array of Connected Apps which have been installed by an Organization member.
Globally unique UUID that is returned with every API call. This value is important to log for debugging purposes; we
may ask for this value to help identify a specific API call when helping you debug an issue.
The HTTP status code of the response. Stytch follows standard HTTP response status code patterns, e.g. 2XX values
equate to success, 3XX values are redirects, 4XX are client errors, and 5XX are server errors.