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.
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...