Skip to main content
GET
/
batch-import
/
mappings
List mappings
curl --request GET \
  --url http://api.gu1.ai/batch-import/mappings \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.gu1.ai/llms.txt

Use this file to discover all available pages before exploring further.

Endpoint

GET https://api.gu1.ai/batch-import/mappings

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).

Authentication

Authorization: Bearer YOUR_API_KEY
See also: Bulk imports overview.