Skip to main content
GET
/
applications
/
{applicationId}
/
webBundle
Download web bundle (static files) for an application
curl --request GET \
  --url https://local.withsutro.com/applications/{applicationId}/webBundle \
  --header 'Authorization: Bearer <token>' \
  --header 'x-sutro-api-client: <api-key>'
"<string>"

Authorizations

Authorization
string
header
required

Builder authentication and authorization

x-sutro-api-client
string
header
required

A unique identifier for the API Client making a request

Path Parameters

applicationId
string<uuid>
required

Response

A zip bundle containing all static web assets

The response is of type file.