File API
Retrieve file content
GET
/
files
/
{fileId}
/
content
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200 - application/octet-stream
The response is of type file
.