Newer Version Available

This content describes an older version of this product. View Latest

Getting CSV Full Export

After you’ve retrieved the access token, the actual full export file can be requested.

cURL example:

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

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