Katalon Postman API Testing

Hi,

I have a requirement to fetch the value from one API response and provide this to the another request as a authorization value under header.

How can I achieve this?

Thanks.

@ashish.ad.sharma

Please refer to the following document:

https://docs.katalon.com/katalon-studio/docs/handle-response-messages.html

You can use keyword GetElementPropertyValue to get the value from the response, and then pass that into your API Object.