Endpoint allows you to upload Spend data in CSV format

CSV file format requirements

Date,Amount
2023-01-25,1.00
2023-01-26,3.75
ColumnTypeDescription
DateDateMust be in ISO 8601 YYYY-MM-DD format, e.g. 2023-01-25
AmountDecimalNumerical with two decimal places separated by a dot, e.g 11.99 (note that API returns value as cents e.g. 1199).
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!