Skip to main content
GET
Get app by ID

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

app_id
string<uuid>
required

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.

app_id
string<uuid>
required

The ID of the app.

Example:

"f454d283-ca87-4a8a-bdbb-df212eca5353"

name
string
required

The name of the app.

Example:

"Okta Org"

description
string
required

A description of the app.

Example:

"Okta directory for the engineering team."

admin_owner_id
string<uuid>
required

The ID of the owner of the app.

Example:

"7c86c85d-0651-43e2-a748-d69d658418e8"

app_type
enum<string>
required

The type of an app.

Available options:
ACTIVE_DIRECTORY,
ANTHROPIC,
AZURE_AD,
AWS,
AWS_SSO,
CLICKHOUSE,
COUPA,
CURSOR,
CUSTOM,
CUSTOM_CONNECTOR,
DATABRICKS,
DATASTAX_ASTRA,
DEVIN,
DUO,
GCP,
GIT_HUB,
GIT_LAB,
GOOGLE_GROUPS,
GOOGLE_WORKSPACE,
GRAFANA,
HUBSPOT,
ILEVEL,
INCIDENTIO,
LDAP,
MARIADB,
MONGO,
MONGO_ATLAS,
MYSQL,
NETSUITE,
DATADOG,
OKTA_CIAM,
OKTA_DIRECTORY,
OPENAI_PLATFORM,
OPAL,
ORACLE_FUSION,
PAGERDUTY,
POSTGRES,
ROOTLY,
SALESFORCE,
SNOWFLAKE,
SLACK,
TABLEAU,
TAILSCALE,
TELEPORT,
TWINGATE,
VAULT,
WORKDAY,
ZENDESK
Example:

"OKTA_DIRECTORY"

validations
object[]

Validation checks of an apps' configuration and permissions.

Last modified on July 23, 2026