---
title: "Get OAuth application settings"
method: GET
path: "/instance/oauth_application_settings"
tags: ["Instance Settings"]
---

# Get OAuth application settings

`GET /instance/oauth_application_settings`

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

## Response `200`

Success

- OAuthApplicationSettings
  - `object` 'oauth_application_settings', required — String representing the object's type. Objects of the same type share the same value.
  - `dynamic_oauth_client_registration` boolean, required — Whether dynamic OAuth client registration is enabled for the instance (RFC 7591).
  - `oauth_jwt_access_tokens` boolean, required — Whether OAuth JWT access tokens are enabled for the instance (disabled indicates opaque access tokens).

---

[API](https://skmtc.dev/clerk/apis/clerk-backend-api.md) · [All operations](https://skmtc.dev/clerk/apis/clerk-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/clerk/clerk-backend-api/revisions/11bb1ccf4b7d/schema)
