---
title: "Oauth Protected Resource Metadata By Path"
method: GET
path: "/.well-known/oauth-protected-resource/{resource_path}"
tags: ["oauth-as"]
---

# Oauth Protected Resource Metadata By Path

`GET /.well-known/oauth-protected-resource/{resource_path}`

The RFC 9728 §3.1 location, which strict clients derive from the resource URI.

Restricted to the endpoints we actually protect: a catch-all would answer
for any path and claim this API protects resources it does not serve.

## Path parameters

- `resource_path` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/agentarea/apis/agentarea-api.md) · [All operations](https://skmtc.net/agentarea/apis/agentarea-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agentarea/agentarea-api/revisions/1b5dcbd31703/schema)
