POST Upload CSV for Import​
Upload a CSV file for contact or company import. Returns the parsed CSV headers, mappable subscriber/company fields, and auto-matched column mappings. The uploaded file is stored temporarily for the subsequent import step.
Required capability: fcrm_manage_contacts
Enforced by ImportUserPolicy::verifyRequest(), the policy default for this route group.
Authorizations​
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Request Body​
The CSV file to upload. Must have a valid CSV MIME type.
"binary"CSV delimiter type. comma uses ,, semicolon uses ;.
"comma""semicolon""comma"Type of import. If company, returns company-specific mappable fields.
"contact""company"Responses​
CSV parsed successfully. Returns headers, mappable fields, and auto-matched mappings.