Retrieve a file
Allows the caller to download the contents of the file associated with File resource. You must supply the unique identifier of the file.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
File identifier.
Responses
200
OK.
application/json
404
404 Not Found
application/json
get
/files/{id}/contentLast updated
