Register OAuth 2.1 client
import requests
url = "https://{FUSION HOST}/api/oauth2/register"
response = requests.post(url)
print(response.text)Register a Model Context Protocol (MCP) client for OAuth 2.1. All clients receive the same pre-configured client ID.
POST
/
oauth2
/
register
Register OAuth 2.1 client
import requests
url = "https://{FUSION HOST}/api/oauth2/register"
response = requests.post(url)
print(response.text)Response
200 - application/json
OK
Was this page helpful?
⌘I