Convert Engager CSV to Native Format
Accepts an Engager CSV file and service mappings, returns a native-format CSV file for download. Fully stateless — no data is persisted.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
Request Body
{
"file": "string",
"mappings": "string"
}
Responses
200 OK
400 Bad Request
401 Unauthorized – Invalid or missing API key
403 Forbidden