Created
November 3, 2019 07:02
-
-
Save afaqk9394/45ee72d70682ef1630f2f216812932a5 to your computer and use it in GitHub Desktop.
API call using API reference
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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