Skip to main content
GET
/
.well-known
/
oauth-authorization-server
OAuth 2.0 Authorization Server Metadata (RFC 8414)
import requests

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

response = requests.get(url)

print(response.text)
{}

Response

200 - application/json

OK

{key}
object