External API Log Records

Hi All,
I am trying to integrate external API, I want to know; Is this possible to access called API response from bubble Logs? Or save the JSON response object (whole object) to DB?

Thanks in advance.

Open the filters in logs:

Enable HTTP request + response + request for API workflow.

Yes you can save the JSON response object, enable include errors in response

Then add an action that saves the response to a text field in a database thing.

Really, you should use Postman to test APIs and then put it in Bubble (you can copy the cURL request and import it directly into Bubble). It’s much faster

Thank you so much. It helps me a lot.