Retrieve file

Use this endpoint to retrieve files for disputes.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Path parameters

idstringRequired

Headers

User-AgentstringOptional
AcceptstringOptional

application/json

Query parameters

idstringRequired
ID of the file to be retrieved.

Response

Indicates that the file has been retrieved successfully.
urlstring
The link of the file to be retrieved.
expiresAtdatetime
The timestamp indicating the expiration of the link.

Errors

401
Retrieve File Request Unauthorized Error
404
Retrieve File Request Not Found Error
412
Retrieve File Request Precondition Failed Error
413
Retrieve File Request Content Too Large Error
415
Retrieve File Request Unsupported Media Type Error
422
Retrieve File Request Unprocessable Entity Error
429
Retrieve File Request Too Many Requests Error