Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

Develop javascript curl call towards ACS

Avatar

Community Advisor

Hello everyone,

Any suggestion how to build javascript client to implement the Adobe I/O call for access token?Below you can find what I want to implement.

curl -X POST -H "Cache-Control: no-cache" -H "Content-Type: multipart/form-data" -F "client_id=xxx" -F "client_secret=xxx" -F "jwt_token=xxxxxx" 

Thanks

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Contact Adobe support. They will provide you a python script. and you can call this script from your javascript



David Kangni

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Contact Adobe support. They will provide you a python script. and you can call this script from your javascript



David Kangni