Removing parameters outputted in JSON response. How to remove array and only show specific array of fields?

Ah, got it.

So, the first GET request should have the script that grabs the response data and sets an environment variable.

The POST request should contain the {{data}} variable, wherever it is needed. My guess is that this would be in the request body (assuming you want to submit the whole transaction array), but I would check the documentation for your API to determine this.

1 Like