Recent searches

in

Site Archives

On this page

Download site archive

GET/api/v0/site-archives/{site_archive_uuid}/download
Path parameters:
site_archive_uuidUUIDRequired#
Example request:
Bash
Copied to clipboard
curl https://app.cloudcannon.com/api/v0/site-archives/{site_archive_uuid}/download \
  -H "X-API-KEY: <your-api-key>"
Responses:
307Redirect
401Unauthorized
JSON
Copied to clipboard
{
  "error": "string"
}
403Forbidden
JSON
Copied to clipboard
{
  "error": "string"
}
Open in a new tab