Skip to main content
GET
/
oauth2
/
jwk
Get Java Web Key
import requests

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

response = requests.get(url)

print(response.json())
{
  "empty": true
}

Response

200 - */*

OK

empty
boolean
{key}
object