Hi! I'm trying to access the BUG API and with client credentials. I got the token with client id and secret from cisco api console. With those, I'm able to get access token. Btw, I'm using Postman. Added token as part of the header
Authorization:Bearer XXXXXX
Accept:application/json
For "hello" service I'm getting
{"helloResponse":{"response":"Hello World!"}}.
For https://api.cisco.com/bug/v2.0/bugs/bug_ids/CSCdr72939 or for any API call I'm seeing response
I'm internal to Cisco and subscribed my application to all APIs. Since I'm internal to Cisco is there any special on-boarding process and have the appropriate role for accessing the APIs other than registering an application with associated APIs.