curl --request GET \
--url https://local.withsutro.com/applications/{applicationId}/frontendBundle \
--header 'Authorization: Bearer <token>' \
--header 'x-sutro-api-client: <api-key>'"<string>"Downloads a static zip bundle containing the built frontend assets.
curl --request GET \
--url https://local.withsutro.com/applications/{applicationId}/frontendBundle \
--header 'Authorization: Bearer <token>' \
--header 'x-sutro-api-client: <api-key>'"<string>"Builder authentication and authorization
A unique identifier for the API Client making a request
A zip bundle containing the built frontend assets
The response is of type file.
Was this page helpful?