API Docs / Operations / Client Services - CSV Import / Convert Engager CSV to Native Format

Convert Engager CSV to Native Format

POST /tenants/{tenant}/client-services/import/csv/engager/convert

Accepts an Engager CSV file and service mappings, returns a native-format CSV file for download. Fully stateless — no data is persisted.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

Request Body

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

Responses

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

Try it