How to generate the fresh token in Adobe I/O Console and read in adobe campaign | Community
Skip to main content
July 6, 2020
Solved

How to generate the fresh token in Adobe I/O Console and read in adobe campaign

  • July 6, 2020
  • 1 reply
  • 2477 views

Hi Team, I am working on a use case where I am accessing the Adobe Target API using Adobe I/O console in adobe campaign. As we know that generally when we create the token manually in Adobe I/O , it gets expired after 24 hours. In order to realistic I want a process in adobe campaign which generates a new token automatically from Adobe I/O and authentication process remain smooth. Please guide me. Currently I am using the below code where I am hardcoding the vaue of Bearer Token : var http = new HttpClientRequest("https://mc.adobe.io/techaspectamericasbx/target/activities/ab/350930"); http.method = "GET"; http.header["Content-Type"] = "application/json"; http.header["Authorization"] = "Bearer eyJ4NXUiOiJpbXNfbmExLWtleS0xLmNlciIsImFsZyI6IlJTMjU2In0.eyJpZCI6IjE1OTM3NzU3NzMzMjJfMzNhZTZjYTQtNTg0Mi00M2JmLTkxZjQtOWM5ZjQyMDZhZDljX3VlMSIsImNsaWVudF9pZCI6IjQyZjQ0NGIxMTM5YzRlZWI5ZjBhZmU0NWRjNTU5ZmFjIiwidXNlcl9pZCI6IjczOEUxMkQ4NUVFNzUxMTQwQTQ5NUU2Q0B0ZWNoYWNjdC5hZG9iZS5jb20iLCJ0eXBlIjoiYWNjZXNzX3Rva2VuIiwiYXMiOiJpbXMtbmExIiwiZmciOiJVU0lGRE1KV0ZMUDVKVjZXQzRBM1lPUUFITT09PT09PSIsIm1vaSI6IjVhOTkwOTYyIiwiYyI6ImdHYXFQMXA4em4yNVdzbFVQVlNPaWc9PSIsImV4cGlyZXNfaW4iOiI4NjQwMDAwMCIsInNjb3BlIjoib3BlbmlkLEFkb2JlSUQsdGFyZ2V0X3NkayxyZWFkX29yZ2FuaXphdGlvbnMsYWRkaXRpb25hbF9pbmZvLnJvbGVzLGFkZGl0aW9uYWxfaW5mby5wcm9qZWN0ZWRQcm9kdWN0Q29udGV4dCIsImNyZWF0ZWRfYXQiOiIxNTkzNzc1NzczMzIyIn0.aZlHvdv6ZnuO4-R6Fwgqoyoz8CJNbdwF4GFTJ-IONKYUdYlRbW2mkJrk1hGHtdpT_rQyDZknMAVgGOt2QbbT9_93SWRo_XFrm5yxY7yp7DcE20yeQDIMmgOrn9qhkTl6ChMjvPYhNUHiYZYuKK398h9gxDCsdZiOQmYfRaqeJAFIa5wqc68bk2Fd1h6AqhUqvp6J7JTiPxPKik6I0Ohn94TGLK7eRHP-xuc-y-PEY6tuSXPCA83JhnMGI3SlCgnp8R1FyBt-t1XzqxBUqGtauywTpOkCtOYYqu_L3DlCMG4KsND29jDgTeLQ7GWHbI2qAXCylzk3BxXcpImqyrD2zA" http.header["x-api-key"] = "42f444b1139c4eeb9f0afe45dc559fac"; http.header["Accept"] = "application/vnd.adobe.target.v2+json";

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Manoj_Kumar

Hello @raman ,


I would suggest you to not share the your live token on any forums. 

 

You can refer to these documentation on how to generate the access token automatically with JWT token.

https://helpx.adobe.com/in/marketing-cloud-core/kb/adobe-io-authentication-step-by-step.html

https://medium.com/adobetech/how-to-call-an-adobe-api-using-adobe-i-o-cdc8a46354fc

 

Thanks

 

 

1 reply

Manoj_Kumar
Community Advisor
Manoj_KumarCommunity AdvisorAccepted solution
Community Advisor
July 6, 2020

Hello @raman ,


I would suggest you to not share the your live token on any forums. 

 

You can refer to these documentation on how to generate the access token automatically with JWT token.

https://helpx.adobe.com/in/marketing-cloud-core/kb/adobe-io-authentication-step-by-step.html

https://medium.com/adobetech/how-to-call-an-adobe-api-using-adobe-i-o-cdc8a46354fc

 

Thanks

 

 

Manoj  | https://themartech.pro