I am trying to write python scripts to get info from our CRM. I get lots of 401 responses when I try to pass my credentials.
How do I create tokens (with the client ID and secret) using Python and what would a Python script look like that creates a token and sends a GET request to get our CRM incidents?
Thank you!