Get Import Template
Get Import Template
Retrieve template metadata including column definitions and validation rules
GET
Get Import Template
Get Import Template
Retrieve the metadata for a backend import template, including its column definitions, validation rules, and required context fields. Templates define the expected structure of an import file.Templates are static configuration — not organization-specific. Any authenticated caller can fetch any template.
Request
Headers
Your API key for authenticationExample:
sk_live_1234567890abcdefPath Parameters
Template identifierExamples:
logistics_requests, purchases, wastes, invoices_electricity, transport_routesResponse
Template identifier
Human-readable description of the template
Column definitions for this template
Context fields that must be provided at session creation (e.g.
["facility_id"] for wastes)Context fields that can be provided at submit time
Columns included in the submitted output
Global default values applied across all columns
Example
Successful Response
Common Errors
401 Unauthorized
Cause: Missing or invalid API key403 Forbidden
Cause: The authenticated user is not a member of the organization404 Not Found
Cause: Template does not existRelated Endpoints
Create Session
Use the template_id when creating an import session
Get Options Source
Resolve dynamic option values for category columns

