List mappings
API Reference
List mappings
List saved CSV column mappings for the current organization — via the gu1 batch import API for high-volume data loading, with examples for list mappings use.
GET
List mappings
Endpoint
Overview
Returns{ mappings: [...] } for the current organization. Each item includes id (use as mappingId in imports), name, target, columnMapping, defaultFields, headersSnapshot.
Access
Requires at least one of:transactions:create, entities:bulk_import, or events:create (with legacy fallbacks as implemented in the API).