Response

Overview

The response tab shows the data returned when the method is tested.

meth4

The response tab shows a raw response object. You can use the information in this tab to define the output parameters on the  Right side .

meth5

The Response Tab in the method integration interface shows the data returned from an API request after testing.

It helps you visualize the entire response structure, including meta-data (such as status and codes) and the actual data payload (such as user or item details).

For example, in the images, the response displays user attributes like "first_name" and "last_name" or details about a car, including its "Car Name" and "Brand." This tab ensures that you can verify the data being returned and map it correctly to the necessary outputs for further use in your app.