v1

latestOpenAPI 3.0.3MIT2026-07-1410794124.7 KB
Files

List Files

Returns a list of all your available files. Required Access Level: ViewFiles

get/files

Query parameters

limitinteger

integer

Maximum number of returned items.

offsetinteger

integer

How many items should be returned ahead.

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"
  }
]