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/427636a2-9648-4457-bf7d-ef8850544697/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/427636a2-9648-4457-bf7d-ef8850544697/download" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI2OCIsImVtYWlsIjoiZW1haWwtMjAxQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjczMjM5NzF9.QkoMRPg34c6o6UR_oVbQ0YnjfCt8hEby13KrSR1stoM" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
302 Found
Headers