Authorizations
Enter your API Key in the format: Bearer <token>. Get it from https://gbox.ai
Path Parameters
Box ID
Example:
"c9bdc193-b54b-4ddb-a035-5ac0c598d32d"
Query Parameters
Working directory. If not provided, the file will be read from the box.config.workingDir
directory.
Example:
"/home/user/documents"
Target path in the box. If the path does not start with '/', the file will be read from the working directory.
Example:
"/home/user/documents/config.json"
Response
Read file
Response containing file content
Content of the file
Example:
"{\n \"name\": \"My Project\",\n \"version\": \"1.0.0\"\n}"