curl --request GET \
--url https://local.withsutro.com/applications/{applicationId}/versions/{version}/client \
--header 'Authorization: Bearer <token>' \
--header 'x-sutro-api-client: <api-key>'curl --request GET \
--url https://local.withsutro.com/applications/{applicationId}/versions/{version}/client \
--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 that can be deployed as a web app
Was this page helpful?