This endpoint lets you generate a URL, using fileId, from which you can download the exported CSV file. The generated URL expires in five mins.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
A header used by fabric to identify the tenant making the request. You must include tenant id in the authentication header for an API request to access any of fabric’s endpoints. You can retrieve the tenant id , which is also called account id, from Copilot. This header is required.
24The sales channel ID.
"12"
A unique request ID.
"263e731c-45c8-11ed-b878-0242ac120002"
The downloadable URL of the file.
The fileId value retrieved from the get export request by ID endpoint. This is used to download the exported CSV.
"redemption/tenantId/1687472972-redemption-export.csv"
OK
The URL of the downloadable CSV.
The AWS S3 URL to download the exported CSV.
"https://bucket-name.s3.amazonaws.com/redemption/tenantId/1687472972-redemption-export.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=ASIA26KLJWUAPER5A"
The S3 fileId value to generate a downloadable CSV.
"redemption/tenantId/1687472972-redemption-export.csv"