Microflow authentication issue

0
I have created microflow to call rest Api, I am getting authentication issue   Please give suggestion.
asked
3 answers
2

It seems like an error occurs in your datasource microflow. Debug this flow or check the details of this error log if you double click the 'Connector' one.

answered
0

Hi Archana,

Ensure that the authentication details are available before making your API call.

The authentication details should include:

 API key and value.

answered
0

Retrieve the HTTP response, debug it to view the cookies, and use the corresponding object for authentication.

image (2).png

answered