Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

How to refresh JWT token and access token "programmatically"

Avatar

Level 1

Hi All,

We are using JWT acces token to call Adobe I/O for Analytics. Since access token expires after 24 hours, currently we have to manually generate it.
Can you please suggest how the token can be refreshed "programmatically".

1 Accepted Solution

Avatar

Correct answer by
Level 3

Hey @Kumar1, you can check this thread - https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/generating-jwt-for-target-ap...; there is a Python code shared here. This might help. 

 

View solution in original post

2 Replies

Avatar

Correct answer by
Level 3

Hey @Kumar1, you can check this thread - https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/generating-jwt-for-target-ap...; there is a Python code shared here. This might help. 

 

Avatar

Level 2

Hi @Kumar1
I'm facing the same issue currently, and I did all the steps per the documentation here: https://experienceleague.adobe.com/docs/experience-platform/tags/api/getting-started.html?lang=en#:~... 
but the API call returns 503: Service Unavailable! 
Did you manage to solve it?