Accounting Exports API
GET/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.

RBAC · billing

Query parameters

clientIdsstringOptional
Comma-separated client UUIDs to limit the export.

Response body

Success response 200 · schema PublicV1Success

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

Response codes

200
CSV file (text/csv attachment).
400
Invalid request.
401
API key missing/invalid.
403
Caller lacks the required permission.
500
Unexpected error.