Downloadable Files
Get Files
Retrieves the downloadable files for a shop.
get/v1/shops/{shopId}/downloadable-files
Response
object[] required
Example response
[
{
"id": "3f2504e0-4f89-41d3-9a0c-0305e82c3301",
"shop_id": 1,
"display_name": "installer.zip",
"mime_type": "application/zip",
"disk": "local",
"path": "downloadable-files/3f2504e0-4f89-41d3-9a0c-0305e82c3301.zip",
"size": 1048576,
"created_at": "2026-08-28T18:23:02.000000Z",
"updated_at": "2026-08-28T18:23:02.000000Z",
"deleted_at": null,
"products": []
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.