Personal files
Personal files are files that are uploaded to a user profile. Users can view their personal files in the app.
Retrieves a list of personal files
Retrieves a single personal file
GET https://api.bundeling.com/V2/personal_files/:uuid
| Name | Description | Type |
|---|---|---|
uuid | A unique identifier used to identify a personal file | string |
{
"uuid": "eeb763c41c054dcc8f6d9362f24ee9b2",
"file_uuid": "d7743aaf53224e279853c7d0c1dbfb3a",
"object_uuid": "8e09c4749b234633a7319148aac8cb81",
"name": "r029jgxdfkoj20394856oijawd.png",
"type": "image/png",
"position": 0,
"creationdate": "2026-04-03T00:00:00+0200",
"lastupdate": "2026-04-03T00:00:00+0200"
}