Skip to main content
GET
Get app configuration
Read app configuration, scopes, and redirect URIs. Requires apps:read. The client secret is never returned again.

Authorizations

Authorization
string
header
required

OAuth 2.1 authorization code with PKCE. Implicit and password flows are unsupported.

Path Parameters

app_id
string
required

Response

Application configuration.

id
string
required
name
string
required
client_id
string
required
client_type
enum<string>
required
Available options:
public,
confidential
redirect_uris
string<uri>[]
required
allowed_scopes
string[]
required
status
enum<string>
required
Available options:
active,
disabled
created_at
string<date-time>
required
updated_at
string<date-time>
required
Available options:
account_linking,
personalization,
analytics,
support,
event_enrichment,
profile_resolution,
measurement