---
title: "Get OAuth authorization server metadata"
method: GET
path: "/v3/oauth/.well-known/oauth-authorization-server"
tags: ["OAuth"]
---

# Get OAuth authorization server metadata

`GET /v3/oauth/.well-known/oauth-authorization-server`

Public OAuth metadata endpoint. Advertises only `/v3` OAuth endpoints, dynamic client registration, Client ID Metadata Documents, PKCE, and supported global machine scopes.

## Response `200`

OAuth authorization server metadata

- OAuthAuthorizationServerMetadata
  - `issuer` string, uri, required
  - `authorization_endpoint` string, uri, required
  - `token_endpoint` string, uri, required
  - `registration_endpoint` string, uri, required
  - `introspection_endpoint` string, uri
  - `revocation_endpoint` string, uri
  - `response_types_supported` string[], required
  - `grant_types_supported` string[], required
  - `token_endpoint_auth_methods_supported` string[], required
  - `code_challenge_methods_supported` string[], required
  - `client_id_metadata_document_supported` boolean, required
  - `scopes_supported` string[], required

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/scalev/apis/nexus-commerce-api.md) · [All operations](https://skmtc.net/scalev/apis/nexus-commerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scalev/nexus-commerce-api/revisions/730030bd6477/schema)
