Get a delivered file
Retrieve a AWS S3 presigned URL to download a file delivered as part of a subscription.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier for a subscription.
Body
Unique identifier for the subscription fulfillment event which produced the file.
The name of the delivered file to be downloaded.
If specified, when the delivery file is download it will have the name specified by file_name_override instead of the default name given by the file parameter.
Response
OK
An AWS S3 presigned URL that can be used to download the file.
The presigned URL is valid for one hour meaning that the link must be used within an hour of receipt.

