Accounting Exports APIGET/api/v1/accounting-exports/xero-csv/client-export
Product availabilityAlgaPSA
Export clients as Xero Contacts CSV
Generates a Xero Contacts import CSV from the tenant clients (optionally limited to clientIds). Returns a CSV file. Requires billing:manage.
Query parameters
clientIdsstringOptional
Comma-separated client UUIDs to limit the export.
Response body
Success response 200 · schema PublicV1Success
anyOf (option 2)array of object
Response codes
200
CSV file (text/csv attachment).
401
API key missing/invalid.
403
Caller lacks the required permission.