Skip to content

API protected-resource metadata

GET
/.well-known/oauth-protected-resource/api
curl --request GET \
--url https://api.muninx.com/.well-known/oauth-protected-resource/api \
--header 'Authorization: Bearer <token>'

Protected-resource metadata

Media type application/json
object
resource
string format: uri
authorization_servers
Array<string>
scopes_supported
Array<string>
Example generated
{
"resource": "https://example.com",
"authorization_servers": [
"https://example.com"
],
"scopes_supported": [
"example"
]
}