/transactions/expenses/csv
Expense transactions CSV export
Authorization
apiKey API key provided in dashboard
In: header
Query Parameters
"deposit" | "expense" | "transfer" | "payout""active" | "inactive"4 <= length <= 4connection id or 'null'
Amount in cents, also accepts ranges like 100...200
Date range string. Accepted syntax: YYYY, YYYY-MM, YYYY-MM-DD, or range YYYY-MM-DD...YYYY-MM-DD. Single values expand to the full year, month, or day.
vrp-date-rangeDate range string. Accepted syntax: YYYY, YYYY-MM, YYYY-MM-DD, or range YYYY-MM-DD...YYYY-MM-DD. Single values expand to the full year, month, or day.
vrp-date-rangeWhether the end date in dateRange or paidAtRange is treated as inclusive (true) or exclusive (false).
trueComma-separated transaction unique refs.
vrp-csv"unpaid" | "underpaid" | "overpaid" | "paid"Filter transactions by reconciled state. True only returns reconciled transactions.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://api.vrplatform.app/transactions/expenses/csv"{
"url": "string"
}{
"code": "string",
"message": "string",
"issues": [
{
"message": "string"
}
],
"context": null
}{
"code": "string",
"message": "string",
"issues": [
{
"message": "string"
}
],
"context": null
}{
"code": "string",
"message": "string",
"issues": [
{
"message": "string"
}
],
"context": null
}{
"code": "string",
"message": "string",
"issues": [
{
"message": "string"
}
],
"context": null
}{
"code": "string",
"message": "string",
"issues": [
{
"message": "string"
}
],
"context": null
}