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.
Fields
Name |
Description |
Default |
Valid Values |
Example Values |
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the App
|
|
|
Request
Headers
Route
GET /v2/apps/f8d1396c-7b66-4c87-9f8a-3f46f161e942/download
cURL
curl "https://api.[your-domain.com]/v2/apps/f8d1396c-7b66-4c87-9f8a-3f46f161e942/download" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM4OCIsImVtYWlsIjoiZW1haWwtMjkwQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjQxMzczODF9.hq6dUOXgG3T0XNVvA9qoXSml5w_rS6RsBEiFmN8gg3U" \
-H "Host: example.org" \
-H "Cookie: "
Response
Headers
Status
302 Found