Return capped distinct raw values for mapped category columns in an import session
logistics_recharges, where fields such as country, fuel, and toc may need user review before row-level validation starts.
resolved canonical value and a status field (matched or unmatched). Use these to pre-fill your value-mapping UI — matched values can be accepted automatically, while unmatched ones need user attention.POST /v2/imports/sessions.POST /v2/imports/{import_id}/validate.Keys are template column keys and values are source column names from the uploaded file.POST /v2/imports/{import_id}/mapping/suggest.POST /v2/imports/{import_id}/unique-values.resolved field — only unmatched values need user attention.GET /v2/imports/options/{source_key} or template inline options to present canonical choices for unmatched values.value_mappings to POST /v2/imports/{import_id}/validate.type="category" are included.truncated=true, prompt the user to clean the source data or narrow the upload before relying on the full distinct set.validate endpoint.
x-organization-id for the session you created.
import_id is valid and the session still exists.