Retrieve File
GET /v2/apps/:app_guid/instances/:instance_index/files/:file_path
Fields
Name |
Description |
Default |
Valid Values |
Example Values |
Request
Headers
Route
GET /v2/apps/aefac59e-b618-48e6-9f59-68d8f7cf1862/instances/0/files/path_to_file
cURL
curl "https://api.[your-domain.com]/v2/apps/aefac59e-b618-48e6-9f59-68d8f7cf1862/instances/0/files/path_to_file" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTMxOCIsImVtYWlsIjoiZW1haWwtMjM5QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjIzMjM1NTJ9.lk4zDcssW1sWvdeoQYnK4wXBh4vZ-eCqlScxwqfzO2E" \
-H "Host: example.org" \
-H "Cookie: "
Response
Headers
Status
302 Found