v4
latestOpenAPI 3.1.02026-08-01139149645.9 KBCustom Fields
Preview Custom Field
Dry-run a JMESPath against a connector's data, without creating a mapping. Useful for validating an expression before persisting it as a mapping.
post/api/v1/custom-fields/preview
Request body
Example request
{
"connector_token": "i5kqe8bSedEdPLX9pHhFojKdo7Uzvue0f7I4NVhaDfV0GTxF0uAgwa_COb3zZU3T",
"model": "employee",
"json_path": "data.employee.guardian_mobile"
}Response
Successful Response
Example response
{
"connector_token": "i5kqe8bSedEdPLX9pHhFojKdo7Uzvue0f7I4NVhaDfV0GTxF0uAgwa_COb3zZU3T",
"json_path": "data.employee.guardian_mobile",
"resolved_value": "+1-555-123-4567",
"resolved_value_type": "string",
"raw_data_source": "connector_sync"
}