cURL
curl --request GET \ --url https://api-eu.flexportal.io/v1/files/{fileId} \ --header 'Authorization: Bearer <token>' \ --header 'Tenant-ID: <tenant-id>'
{ "fileId": "<string>", "tenantId": "<string>", "orderId": "<string>", "type": "<string>", "category": "generated", "filename": "<string>", "contentType": "<string>", "fileSize": 123, "storagePath": "<string>", "uploadedBy": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "originalFilename": "<string>", "metadata": {} }
Retrieves metadata for a specific file. Does not return the file content.
API key obtained from FlexPortal dashboard
Your tenant identifier
The file ID
File metadata
generated
uploaded
Show child attributes