GET /files/{id}/download

rebilly.com

Summary: Download a file
Operation ID: GetFileDownload
Auth: unknown
Description

Download a file.

Parameters (3)

Organization-Id (?, header, optional)

Organization identifier in scope of which need to perform request (if not specified, the default organization will be used).

id (string, path, required)

The resource identifier string.

Constraints: {'maxLength': 50, 'pattern': '^[@~\\-\\.\\w]+$'}

imageSize (string, query, optional)

Resize image to specified size. Supports any sizes from 10x10 to 2000x2000 (format `{width}x{height}`). The image will be returned in the original size if the value is invalid. This parameter will be ignored for non-image files.

Constraints: {'pattern': '^[1-9]{1}[0-9]{1,3}x[1-9]{1}[0-9]{1,3}$'}

No probe data for this endpoint yet.