It's OAuth2, the client credentials flow. You've got to send your Cisco API Console client credentials in a POST to https://cloudsso.cisco.com/as/token.oauth2 with the following payload:{"client_id": <client_id>, "client_secret": <secrtet>, "grant_ty...