Skip to main content
GET
https://finsync.ar
/
api
/
external-client
/
history
Export client transaction history (CSV)
curl --request GET \
  --url https://finsync.ar/api/external-client/history \
  --header 'x-api-key: <api-key>'
"<string>"

Authorizations

x-api-key
string
header
required

API Key for authentication

Query Parameters

clientId
integer
required

Client primary key

companyClientId
integer

Company-scoped client ID (alternative to clientId)

startDate
string<date>

Optional inclusive start date (YYYY-MM-DD). Use with endDate to limit export size.

endDate
string<date>

Optional inclusive end date (YYYY-MM-DD). Use with startDate to limit export size.

Response

UTF-8 CSV file (BOM prefixed for Excel)

The response is of type file.