API Docs / Operations / Services - Import / Analyze Services CSV

Analyze Services CSV

POST /tenants/{tenant}/services/import/csv/analyze

Auto-detects the format of a services catalog CSV (native Sodium export or Ignition export) and returns preview rows for review. Stateless: no data is persisted.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

Request Body

multipart/form-data
{
  "file": "string"
}

Responses

200 OK
400 Bad Request
401 Unauthorized – Invalid or missing API key
403 Forbidden

Try it