get https://api.voucherify.io/v1/exports/
Retrieves the url of the downloadable file, which was generated via the Create Export method.
Response schema
Returns an export object if a valid identifier was provided in the path.
id
An internal id corresponding to the exported object.
status
Indicates whether the file containing the orders has been generated.
result
Contains the url address of the generated CSV file.
Returns an error if an incorrect id is provided in the path.