cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1169
Views
1
Helpful
6
Replies

Issue with Access to Cisco API - Developer Inactive

oxydxy
Level 1
Level 1

Hello,

I am currently developing an application that utilizes the Cisco API "https://apix.cisco.com/sn2info/v2/coverage/summary/instance_numbers/". However, I am encountering difficulties with authentication and accessing the API.

When attempting to make a GET request (after providing my bearer token), I receive a "Developer Inactive" error. I have verified that my developer account is active, my application is enabled, and the API keys (client_id and client_secret) I am using are correct.

Could you please assist me in resolving this issue? Are there any additional steps I need to take to activate my developer account or my application?

Thank you in advance for your assistance.

Best regards,

1 Accepted Solution

Accepted Solutions

Issue resolved by contacting TAC support.
They granted me API usage rights via my client secret app.
Contact them if you encounter this issue !

View solution in original post

6 Replies 6

Marcel Zehnder
Spotlight
Spotlight

Hi 

Can you confirm:
1.) you get your token via POST to https://id.cisco.com/oauth2/default/v1/token by providing grant_type, client_id and client_secret (see https://developer.cisco.com/docs/support-apis/#!authentication/authentication)?

2. ) in your GET API call, you use the access_token from point 1 as bearer token (Header 'Authorization' is 'Bearer <your access_token>'?

edited: change of auth url

1 & 2) Yes, indeed, I confirm it (see photo).

Script Python :

Capture5.PNG

Postman :

Capture4.PNGCapture3.PNGCapture2.PNGcapture1.PNG

Would open TAC case and ask them to check if you have correct permissions in your account. I saw this in another thread with user having same issues.

Hope this helps.

Please mark this as helpful or solution accepted to help others
Connect with me https://bigevilbeard.github.io

They have just opened a ticket. I will wait for a response.

Issue resolved by contacting TAC support.
They granted me API usage rights via my client secret app.
Contact them if you encounter this issue !

TAC Support refuses to help. Can anyone here help modify my permissions?