Accounting Exports API
POST/api/v1/accounting-exports/xero-csv/client-import
Product availabilityAlgaPSA

Import Xero Contacts CSV

Ingests a Xero Contacts CSV and matches/creates/updates clients. Accepts multipart file, JSON csvContent, or raw CSV. Supports preview mode and createNew/updateExisting/matchBy options. Requires billing:manage.

RBAC · billing

Query parameters

previewstringOptional
createNewstringOptional
updateExistingstringOptional
matchBystringOptional

Response body

Success response 200 · schema PublicV1Success

dataanyOfRequired
anyOf (option 1)object
anyOf (option 2)array of object
itemsobject
metaobject

Response codes

200
Import preview or result.
400
Invalid request.
401
API key missing/invalid.
403
Caller lacks the required permission.
500
Unexpected error.