Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the app.
Response
200 - application/json
The requested App.
App Object
Description
The App object is used to represent an app to an application.
Usage Example
List from the GET Apps endpoint.
The ID of the app.
Example:
"f454d283-ca87-4a8a-bdbb-df212eca5353"
The name of the app.
Example:
"Okta Org"
A description of the app.
Example:
"Okta directory for the engineering team."
The ID of the owner of the app.
Example:
"7c86c85d-0651-43e2-a748-d69d658418e8"
The type of an app.
Available options:
ACTIVE_DIRECTORY, AZURE_AD, AWS, AWS_SSO, CUSTOM, DUO, GCP, GIT_HUB, GIT_LAB, GOOGLE_GROUPS, GOOGLE_WORKSPACE, LDAP, MARIADB, MONGO, MONGO_ATLAS, MYSQL, OKTA_DIRECTORY, OPAL, PAGERDUTY, SALESFORCE, TAILSCALE, TELEPORT, WORKDAY Example:
"OKTA_DIRECTORY"
Validation checks of an apps' configuration and permissions.

