curl --request GET \
--url https://local.withsutro.com/applications/{applicationId}/versions/{version}/server \
--header 'Authorization: Bearer <token>' \
--header 'x-sutro-api-client: <api-key>'curl --request GET \
--url https://local.withsutro.com/applications/{applicationId}/versions/{version}/server \
--header 'Authorization: Bearer <token>' \
--header 'x-sutro-api-client: <api-key>'Builder authentication and authorization
A unique identifier for the API Client making a request
A semver compatible version string A version string for an Application
"1.2.34"
A bundle of files that can be deployed as a server
Was this page helpful?