Skip to main content
GET
/
.well-known
/
oauth-protected-resource
OAuth 2.0 Protected Resource Metadata (RFC 9728)
import requests

url = "https://{FUSION HOST}/api/.well-known/oauth-protected-resource"

response = requests.get(url)

print(response.text)

Response

200 - application/json

OK