cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
887
Views
0
Helpful
2
Replies

Service API Access Issues

Kristopher Martinez
Cisco Employee
Cisco Employee

I'm trying to hit the API for the bug search tool (BST).  I've generated a token and I'm making a call with the following:

curl -X GET -s -k -H "Accept: application/json" -H "Authorization: Bearer <token>" https://api.cisco.com/bug/v2.0/bugs/bug_ids/CSCvj98575

 

I'm getting a "not authorized" response. 

 

I've checked apiconsole.cisco.com and do not see any options for services.  I've also checked the devnet developer portal.  I do see the csapi options here, but my access keeps being revoked.


It would also be nice to have a single place to register applications.  Going to multiple places to register and request API access is confusing.

2 Replies 2

Wood Group
Level 1
Level 1

I am facing this issue. Could you please a solution for this?

tarali
Cisco Employee
Cisco Employee

try changing your request to APIX

EX : https://apix.cisco.com/bug/v2.0/bugs/bug_ids/CSCvj98575