Python
import requests url = "https://api.example.com/v1/hub/domains" response = requests.get(url) print(response.text)
[ { "domain": "<string>" } ]
Get the list of supported domains.
Successful Response
The domain to get the info for.