11-28-2023 03:24 AM
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,
Solved! Go to Solution.
12-20-2023 03:25 AM
Issue resolved by contacting TAC support.
They granted me API usage rights via my client secret app.
Contact them if you encounter this issue !
11-28-2023 04:43 AM - edited 11-28-2023 04:49 AM
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
11-28-2023 05:04 AM
1 & 2) Yes, indeed, I confirm it (see photo).
Script Python :
Postman :
11-28-2023 05:07 AM
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.
11-28-2023 05:32 AM
They have just opened a ticket. I will wait for a response.
12-20-2023 03:25 AM
Issue resolved by contacting TAC support.
They granted me API usage rights via my client secret app.
Contact them if you encounter this issue !
02-11-2024 07:31 AM
TAC Support refuses to help. Can anyone here help modify my permissions?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide