Import publisher files
POST/partner/imports/:file_type
Returns a presigned URL for uploading files.
Request
Responses
- 200
- 400
- 403
- 404
- 500
- 501
- 503
A presigned URL for uploading to triple. This URL is valid for 5 minutes from time of generation. Files larger than 5Gb compressed will need to be split into smaller files. For example, an 8Gb file can be split into two 4Gb files or one 5Gb file and one 3Gb file.
Files uploaded in this method must be gzipped csv files conforming to the Triple publisher's CSV specification.
An example sending a file using the commandline tool cURL-
curl -X PUT -T superbank-txn-20250626.csv.gz
-H "Content-Type: text/csv"
-H "Content-Encoding: gzip"
-H "x-amz-meta-original-filename: superbank-txn-20250626.csv.gz"
"https://s3-bucket-name.amazonaws.com/triple-filename.csv.gz/auth-info"
TripleBadRequestError
TripleNotAuthenticatedError
TripleInvalidPathError
TripleInternalServerError
TripleNotImplementedError
TripleServiceUnavailable