How to use login cookie to test APIs in Apidog's Test sidebar?

Hi,
I’m trying to test my APIs in the Test sidebar in Apidog.
After logging in, the server returns an authentication token inside a cookie, not in the response body.
I want to use this cookie automatically when running API tests in the Test sidebar.
How can I reuse the cookie in my test scripts or test cases?
Do I need to write a pre-request script or configure it globally?
Any detailed steps or examples would help a lot!


Hi seungwon7308,

You can open the scenario settings to save and reuse the cookie.

Let me know if you need further assistance!


Thank you!