<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D50Z00008G7VZOSA3Okta Classic EngineAdministrationAnswered2024-04-17T13:06:08.000Z2018-05-04T19:47:28.000Z2018-05-08T17:00:37.000Z
  • Hi Brett,

     

    You can list the active applications for your Okta org through a simple API call to /api/v1/apps filtering by status="ACTIVE". You can find more information about it here (https://developer.okta.com/docs/api/resources/apps#list-applications ).

     

    Here is an example of a cURL request to list all the active applications: 
    1.  curl -v -X GET -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: SSWS API_TOKEN" "https://OKTA_ORG.okta.com/api/v1/apps/?filter=status%20eq%20%22ACTIVE%22"
    Expand Post
This question is closed.
Loading
Is there a way to export the list of active applications for your organization?