GET
/
files
/
{file_id}
/
content

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

file_id
string
required

The ID of the file to retrieve content for.

Response

200 - text/plain

The raw content of the file.