Files API
Download file
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique identifier of the file.
Response
200 - application/octet-stream
File download successful
The response is of type file
.
Was this page helpful?