v1

latestOpenAPI 3.0.3MIT2026-07-1410794124.7 KB
Files

Load File Details

Returns the specified File's details. Required Access Level: ViewFiles

get/files/{name}/info

Path parameters

namestring string required

string

Example:filename.txt

Name of your file including extension.

Response

OK

FileNamestring string

Name of your file including extension.

Sizeinteger nullable

Size of your attachment (in bytes).

DateAddedstring date-time

Date of creation in YYYY-MM-DDThh:ii:ss format

ExpirationDatestring date-time nullable

Date when the file will be deleted from your Account.

ContentTypestring string

Content type of the file.

Example response

{
  "FileName": "filename.txt",
  "DateAdded": "2001-01-01T12:00:00",
  "ContentType": "image/jpeg"
}