Skip to content

Files

The files section provides access to patient files of your company. Files are stored encrypted on the server and can be retrieved decrypted via the API.

Required scope: medicals

Setting up API access is described in the Help Center.

Endpoints

MethodEndpointDescription
GET/api/oauth/v2/resource/filesPaginated list of all files
GET/api/oauth/v2/resource/files/{uuid}Metadata of a single file
GET/api/oauth/v2/resource/files/{uuid}/downloadDownload file (decrypted)
POST/api/oauth/v2/resource/filesUpload a new file

Offisy GmbH