HumHub - File API (1.0.0)

Download OpenAPI specification:Download

E-mail: info@humhub.com License: AGPLv2

Welcome to the HumHub file module API reference.

Authentication

Bearer

Security scheme type: JWT

BasicAuth

Security scheme type: HTTP
HTTP Authorization Scheme basic

Downloads a file by id

path Parameters
id
required
integer

The id of the file to download

Responses

200

OK

404

File not found

get /file/download/{id}
/api/v1/file/download/{id}