Skip to main content
GET
/
apps
/
{app_id}
/
file
/
content
Get file content from app
curl --request GET \
  --url https://shardcloud.app/api/apps/{app_id}/file/content \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

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

Path Parameters

app_id
string<uuid>
required

Query Parameters

path
string
required

File path

Response

File content

The response is of type file.

I