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/44c4e103-6637-4fc0-a11d-386a91b1a705/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/44c4e103-6637-4fc0-a11d-386a91b1a705/download" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQwIiwiZW1haWwiOiJlbWFpbC00MEBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDI1OTQ4NjU5fQ.9rYN1_WPM42K5NL5J4gclx8_VuoL72refl1ZkX2vMP0" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
302 Found
Headers