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

Analyze Service CSV

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

Auto-detects the source format (Engager or Bright AM) and returns its detected services with client counts. 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