Okta Admin Management API
/Applications
/- List all app types in use with usage counts
Applications
List all applications
Create an application
Retrieve a CSV export of filtered applications
List all applications that match search filters
Retrieve an application
Replace an application
Delete an application
Activate an application
Deactivate an application
List all app types in use...
Early Access
OAuth 2.0 scope:
- okta.apps.read
Lists AppInstance types in use with the count of AppInstances for each type.
GET
curl -i -X GET \
https://subdomain.okta.com/api/v1/apps/typesSuccess
Response
[ { "type": "SAML", "count": 47 }, { "type": "OIDC", "count": 12 }, { "type": "PROVISIONING", "count": 8 }, { "type": "UNIVERSAL_LOGOUT", "count": 3 }, { "type": "API_SERVICE", "count": 2 }, { "type": "SWA", "count": 5 }, { "type": "ENTITLEMENTS_MANAGEMENT", "count": 1 } ]