Skip to main content
GET
/
batch-import
/
mappings
Listar mapeos
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

Descripción

Devuelve { mappings: [...] }. Cada ítem incluye id (usar como mappingId), name, target, columnMapping, defaultFields, headersSnapshot.

Acceso

Al menos uno de: transactions:create, entities:bulk_import o events:create (con fallbacks legacy).

Autenticación

Authorization: Bearer TU_API_KEY
Ver también: Importaciones masivas.