Retrieve File
GET /v2/apps/:app_guid/instances/:instance_index/files/:file_path
Request
Route
GET /v2/apps/bb958c0f-fa7f-4c7a-ae54-c8246a32711f/instances/0/files/path_to_file
Headers
cURL
curl "https://api.[your-domain.com]/v2/apps/bb958c0f-fa7f-4c7a-ae54-c8246a32711f/instances/0/files/path_to_file" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE2OSIsImVtYWlsIjoiZW1haWwtMTAyQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDI2MDE1MzR9.vjo1qjPChe3TmutsneT__aATumcyf0ko0GLJ_JsCgWk" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
302 Found
Headers