Getting CSV Delta Export

Once the actual export file is requested, the CSV delta export file can be requested.

cURL example:

curl --location --request GET 'https://int-vir-us.consumergoodscloudprocessingservices.com/api/v1/files/getcsv/{{csvGuid}}?path=delta
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {{access_token}}'

The response is a binary file that must be stored. Its format is <filename>.csv. This archive can then be opened with a compression software.