get | SELECT | appId, subdomain | Fetches an application from your Okta organization by id . |
list | SELECT | subdomain | Enumerates apps added to your organization with pagination. A subset of apps can be returned that match a supported filter expression or query. |
insert | INSERT | subdomain | Adds a new application to your Okta organization. |
delete | DELETE | appId, subdomain | Removes an inactive application. |
activate | EXEC | appId, subdomain | Activates an inactive application. |
deactivate | EXEC | appId, subdomain | Deactivates an active application. |
deleteall | EXEC | appId, subdomain | Revokes all tokens for the specified application |
update | EXEC | appId, subdomain | Updates an application in your organization. |