Failing to create connector to call CX Cloud REST api in MCS
Content
Hi ,
I have to call cx cloud rest api having uri path /ccadmin/v1/products , this api needs access_token which we get by calling /ccadmin/v1/login. I have tried creating connector for the products api but failing in it. I have tested other connector like openweathermap and other publicly available rest api where i am successful.
Through cURL or node code i am able to call these apis, but i am looking for connector thing so that instead of writing node code in my custom component, i can simply call the connector in custom component.
Here is the cURL thing
1