Skip to main content
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