05-22-2020 08:58 AM - edited 05-22-2020 09:00 AM
Hello,
I am trying to figure out how to obtain a new access token using a refresh token. I don't see any documentation describing the payload and/or headers and to which site to send the POST. I realize I could just request a new access token every time I make an API call, but I'd rather not go that route as I could be making thousands of calls per day.
Here is the json response from obtaining my access token:
{'access_token': 'abc123, 'refresh_token': 'xyz567', 'token_type': 'Bearer', 'expires_in': 3599}
The value of 'refresh_token' is what I want to use here.
Any suggestions would be greatly appreciated! Thanks in advance!
05-23-2020 01:36 AM
Is refresh_token implemented and allowed for developer to refresh token?
Have you come across any documentation?
05-31-2020 07:55 AM
Hello,
I'm not sure. Never came across any documentation. I sent an email to the support group, but haven't heard back yet. I'm just going to obtain a new access token and not worry about it.
05-23-2020 04:31 AM
Hey there, api.cisco.com is the Cisco API console, and you'll probably get a faster response by using one of these contacts:
Support APIs - supportapis-help@cisco.com
Services APIs - https://community.cisco.com/t5/smart-net-total-care/ct-p/4891-smart-net-total-care
PSIRT APIs & API Console - https://community.cisco.com/t5/services-discussions/bd-p/j-disc-dev-services
Hope this helps.
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