Instance Settings

Get OAuth application settings

Retrieves the settings for OAuth applications for the instance (dynamic client registration, JWT access tokens, etc.).

get/instance/oauth_application_settings

Response

Success

object'oauth_application_settings' required

String representing the object's type. Objects of the same type share the same value.

dynamic_oauth_client_registrationboolean required

Whether dynamic OAuth client registration is enabled for the instance (RFC 7591).

oauth_jwt_access_tokensboolean required

Whether OAuth JWT access tokens are enabled for the instance (disabled indicates opaque access tokens).

Changes