Skip to main content
GET
/
oauth2
/
certificate
Get the Fusion Gateway certificate
import requests

url = "https://{FUSION HOST}/oauth2/certificate"

response = requests.get(url)

print(response.json())
"<string>"

Response

200 - */*

OK

The response is of type string.