Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Im thinking there must be something wrong with the token permissions, i cannot even do a lookup by product id: >>> import requests
>>> import json
>>>
>>> auth_url = "https://cloudsso.cisco.com/as/token.oauth2"
>>> auth_header = {
... "client_id...