Skip to content

Instantly share code, notes, and snippets.

@aveek22
Created March 12, 2022 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aveek22/89b1b6d2423cdeefff59779b30ede7f6 to your computer and use it in GitHub Desktop.
Save aveek22/89b1b6d2423cdeefff59779b30ede7f6 to your computer and use it in GitHub Desktop.
import requests # To deal with REST APIs
# Get the ClientID and ClientSecret to get the access token
client_id = "YOUR_CLIENT_ID"
client_secret = "YOUR_CLIENT_SECRET"
organization_id = "YOUR_ORGANIZATION_ID"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment