Skip to main content
GET
/
.well-known
/
oauth-protected-resource
/
{resource}
Protected Resource Metadata
curl --request GET \
  --url https://api.example.com/.well-known/oauth-protected-resource/{resource}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

resource
string
required

Response

Successful Response