Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
Returning the created File Share
File Share
ID of the File Share, always starting with fss_
.
Example:
"fss_abc12345678"
ID of the customer this File Share is shared with, if any.
Example:
"cst_abc12345678"
An array with File and Directory objects which are shared via this File Share.
Date and time when the File Share was created. Written in ATOM format.
Example:
"2024-04-29T21:00:00+02:00"