cURL
curl --request GET \ --url https://dashboard.gratian.pro/api/v2/apps/{appId}/files/content \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "path": "index.js", "content": "console.log('hello world');" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Caminho do arquivo
Conteúdo do arquivo
true
Show child attributes