Expand my Community achievements bar.

The 5th edition of the Campaign Community Lens newsletter is out now!
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

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