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/de426d35-4d1d-4b08-ba89-8213cab29c07/download
cURL
curl "https://api.[your-domain.com]/v2/apps/de426d35-4d1d-4b08-ba89-8213cab29c07/download" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE3IiwiZW1haWwiOiJlbWFpbC0xN0Bzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDIyOTkwODYzfQ.v4dkxqiSpVPS8xanM0yXf-bRy2kKmhieUbAeZ7h6jeA" \
-H "Host: example.org" \
-H "Cookie: "
Response
Headers
Status
302 Found