Retrieve File
GET /v2/apps/:app_guid/instances/:instance_index/files/:file_path
Request
Route
GET /v2/apps/e3350489-2365-443e-9259-c137317f3d4b/instances/0/files/path_to_file
Headers
cURL
curl "https://api.[your-domain.com]/v2/apps/e3350489-2365-443e-9259-c137317f3d4b/instances/0/files/path_to_file" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI4MSIsImVtYWlsIjoiZW1haWwtMTg0QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDQ3ODI5Mzh9.qTdJFbxCrBbVgd1rubOeaJyjeYbUrzXJqZbvV9ANj8w" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
302 Found
Headers