-
Trigger the export with Create Export and store the
id
of the export object you’ll get in the response from Voucherify. -
Get the export’s status providing the
id
and take a look at thestatus
field from the response. If it’s stillSCHEDULED
, this means that the export is still in progress and you should ask later. -
When the status is finally
DONE
, theresult
will store the URL as in the example below:
- To download the export file, use the provided URL together with authentication headers.