Python
import requests url = "http://api/apollo/introspect" response = requests.get(url) print(response.text)
{}
successful operation
Show child attributes
Was this page helpful?