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
| Method | Endpoint | Description |
|---|---|---|
GET | /api/oauth/v2/resource/files | Paginated list of all files |
GET | /api/oauth/v2/resource/files/{uuid} | Metadata of a single file |
GET | /api/oauth/v2/resource/files/{uuid}/download | Download file (decrypted) |
POST | /api/oauth/v2/resource/files | Upload a new file |