Skip to content

Instantly share code, notes, and snippets.

@afaqk9394
Created November 3, 2019 07:02
Show Gist options
  • Select an option

  • Save afaqk9394/45ee72d70682ef1630f2f216812932a5 to your computer and use it in GitHub Desktop.

Select an option

Save afaqk9394/45ee72d70682ef1630f2f216812932a5 to your computer and use it in GitHub Desktop.
API call using API reference
import requests
url = "https://management.api.umbrella.com/v1/organizations/2639918/networks"
response = requests.request("GET", url)
print(response.text)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment