Not Authenticated Error for Waterline

kmehta
New Member

Hi,

We are trying to fetch data from waterline using Apigee. For that we have used login API of waterline and It give us cookie value with 200 status response. Now we are trying to fetch other data by passing cookie value in the header for GET REST API's. But, it is giving us unauthenticated error for it.

Is there any way to resolve it?

Thanks & Regards,

Khushboo Mehta

0 3 159
3 REPLIES 3

Kushboo, you need to provide more details. People here do not know about Waterline. Provide links to waterline apis's/portal.

Explain in detail what you have done

Which policies you have used?

What is the complete request you have sent and what is complete error response?

kmehta
New Member

Hi Siddharth,

Waterline API link: http://apidocs.waterlinedata.com/

We are using /api/v2/login API to login to waterline. Our flow consist of Target of login API, then we are using Assign Message policy to Set-Cookie and Headers.

We are passing this information to Service Callout policy which will call /api/v2/tagdomain/all API to get all tag domains from waterline.

Thank you

Waiting for Reply!!