GET
/
v1
/
apps
/
{appId}
/
download
cURL
curl --request GET \
  --url https://api.camposcloud.com/v1/apps/{appId}/download \
  --header 'Authorization: Bearer <token>'
This response does not have an example.
This endpoint has a rate limit 20 requests per minute.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

appId
string
required

ID of the application to download the file from

Query Parameters

path
string

The path of the file to download

Response

File downloaded successfully

The response is of type file.