This article describes how to pull a list of all active OpenId Connect applications using Okta APPS API.
- Okta API
- Applications
- Postman
- Log into the Okta Org and follow the steps for How to Integrate Postman with Okta.
- Next, download the Okta Apps API Postman Collection.
- Use the Apps (Okta API) / List ACTIVE Apps API command. Click Send.
- API call
{{url}}/api/v1/apps?filter=status eq "ACTIVE"will list all active applications in the Okta org. The response received will be a 200 OK, along with all the data.- In Response parameters, the "signOnMode" attribute will indicate whether the application is an OIDC application.OIDC applications will have "signOnMode" as "OPENID_CONNECT."
