curl --request GET \
--url https://local.withsutro.com/applications/{applicationId}/versions/{version}/sdk \
--header 'Authorization: Bearer <token>' \
--header 'x-sutro-api-client: <api-key>'curl --request GET \
--url https://local.withsutro.com/applications/{applicationId}/versions/{version}/sdk \
--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"
An SDK and set of TypeScript types that can be used directly or passed to an LLM for UI creation
Was this page helpful?