Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the file or directory to get
Example:
"fsf_abc12345678"
Response
The requested file or directory
File or Directory
ID of the file or directory. Files are starting with fsf_
, directories with fsd_
.
Example:
"fsf_abc12345678"
Type of this content item. Can be file
or directory
.
Example:
"file"
Name of the file or directory
Example:
"contract_v2.pdf"
Size of the file in bytes. Will be null
for directories.
Example:
1284
The mime-type of the file. Will be null
for directories.
Example:
"application/pdf"
ID of the Share this file or directory is shared in, if shared.
Example:
"fss_abc12345678"
Date and time when the payment link was created. Written in ATOM format.
Example:
"2024-04-29T21:00:00+02:00"