Downloads the feed document as a binary file from PDR

Downloads the raw feed document file. The response is a binary stream (application/octet-stream). The Content-Disposition header contains the original filename when available. Content-Length header is always set to enable download progress tracking.

An IDOR check is performed before the download — the authenticated seller must own the feed referenced by feedId.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

feedIdstringRequiredformat: "^[A-Za-z0-9._@-]+$"

Response headers

Content-DispositionstringOptional

attachment; filename=“<original-filename>”

Content-Lengthinteger
Size of the file in bytes

Response

Binary file stream

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error