Documentation

Tool: Parse the possible paths from a JSON API response

This tool allows you to parse JSON-formatted API responses and visualize all available data paths for use in the API connector feed’s Target Field mapping. Whether you’re working with complex nested objects or simple JSON structures, this tool provides a straightforward way to view and access data fields.

No data will be sent to our server. Your data will be processed in your browser only.
Parse to paths


The available paths will be displayed here.

How to capture the full API response with API Connector

1. For testing purposes we recommend to set the ‘API request trigger‘ to ‘On form submission‘. Activate the ‘Store full response‘ setting and map it to a text field.

Screenshot of the API Connector Feed settings, showing a JSON path for the Target Field mapping and the way how to store the full response.
Screenshot of the API Connector Feed settings, showing a JSON path for the Target Field mapping and the way how to store the full response.

2. Do a submission with your API configuration and look up the response in the Gravity Forms entry:

Screenshot of a Gravity Forms entry showing the full API response which can be used to extract the paths using the parsing tool.
Screenshot of a Gravity Forms entry showing the full API response which can be used to extract the paths using the parsing tool.

3. Copy this full response and paste it in the tool above to parse the JSON paths for use in the Target Field mapping.

Tip: when storing the full response, the values can be retrieved later using the gwp_json_get Merge Tag Modifier that is part from our Advanced Merge Tags addon.

API Connectorv1.0.1

For this functionality you need the GravityWP - API Connector Add-on installed.

Read more