Vincent is here! Just say the word, and Vincent will build the campaigns for you! Get early access.
curl --request GET \
--url https://{cluster}.voucherify.io/v1/exports/{export_Id} \
--header 'X-App-Id: <api-key>' \
--header 'X-App-Token: <api-key>'"ID,Code,Voucher Type,Value v_mKNYXWf5168jyW3EvwnAf73d7vnTiXaa,iuCvt3BT,GIFT_VOUCHER,2000.00 v_xb5KuIw90ViUY7NrNbDZzf1JwFmyTUi0,M3X8IwW8,GIFT_VOUCHER,2000.00 v_flCSHFGOfjxuM582jhriJTWQuetb2xHX,6vpzmKaC,GIFT_VOUCHER,2050.00 v_YtzZG4UJaWm9DNCY3AvIqVbc7Dt5WToU,lRvBOUPl,LOYALTY_CARD,0"Download the contents of the exported CSV file.
📘 Important notes
Base URL:
https://download.voucherify.io(Europe)https://us1.download.voucherify.io(US)https://as1.download.voucherify.io(Asia)Token: Can be found within the
resultparameter of the Get Export method response.
curl --request GET \
--url https://{cluster}.voucherify.io/v1/exports/{export_Id} \
--header 'X-App-Id: <api-key>' \
--header 'X-App-Token: <api-key>'"ID,Code,Voucher Type,Value v_mKNYXWf5168jyW3EvwnAf73d7vnTiXaa,iuCvt3BT,GIFT_VOUCHER,2000.00 v_xb5KuIw90ViUY7NrNbDZzf1JwFmyTUi0,M3X8IwW8,GIFT_VOUCHER,2000.00 v_flCSHFGOfjxuM582jhriJTWQuetb2xHX,6vpzmKaC,GIFT_VOUCHER,2050.00 v_YtzZG4UJaWm9DNCY3AvIqVbc7Dt5WToU,lRvBOUPl,LOYALTY_CARD,0"Documentation Index
Fetch the complete documentation index at: https://docs.voucherify.io/llms.txt
Use this file to discover all available pages before exploring further.
Unique export object ID.
"exp_ex6zq0x0EEa9S0N68QcqhxcQ"
Token that was issued to the export, to get this token, get the export first
Returns contents of CSV file.
The response is of type string.
Was this page helpful?