How to get raw json data from API call

I want to take the entire raw json response from an api call

and this is what I am doing in the workflow to get it but it doesnt work:
image

My plan is to get the raw Json and use “extract with regex” to just pull the datas I want.
But currently getting the raw body text doesnt work.

Do you have a special reason to get the raw data instead of data?

To get access to the raw body, you need to activate both include error in response and capture response headers.

This topic was automatically closed after 70 days. New replies are no longer allowed.