Downloads the bits for an App
GET /v2/apps/:guid/download
When using a remote blobstore, such as AWS, the response is a redirect to the actual location of the bits.
Request
Route
GET /v2/apps/d7bf02a9-0a5c-45ae-9b8c-196aa99a3421/download
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the App
|
|
|
Body
Name |
Description |
Default |
Valid Values |
Example Values |
Headers
cURL
curl "https://api.[your-domain.com]/v2/apps/d7bf02a9-0a5c-45ae-9b8c-196aa99a3421/download" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIzNyIsImVtYWlsIjoiZW1haWwtMTU4QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0Mjk2NjQxNDJ9.6vx4-xJDmZK5Y-GmFA8MVxNcSDwtzRsdEh2xOI5_0m4" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
302 Found
Headers