curl --request GET \
--url https://local.withsutro.com/applications/{applicationId}/versions/{version} \
--header 'Authorization: Bearer <token>' \
--header 'x-sutro-api-client: <api-key>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"versionNumber": "<string>"
}curl --request GET \
--url https://local.withsutro.com/applications/{applicationId}/versions/{version} \
--header 'Authorization: Bearer <token>' \
--header 'x-sutro-api-client: <api-key>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"versionNumber": "<string>"
}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"
Was this page helpful?