Skip to main content
GET
/
applications
/
{applicationId}
/
versions
/
{version}
/
openapi
Download an OpenAPI document describing the generated API
curl --request GET \
  --url https://local.withsutro.com/applications/{applicationId}/versions/{version}/openapi \
  --header 'Authorization: Bearer <token>' \
  --header 'x-sutro-api-client: <api-key>'

Authorizations

Authorization
string
header
required

Builder authentication and authorization

x-sutro-api-client
string
header
required

A unique identifier for the API Client making a request

Path Parameters

applicationId
string<uuid>
required
version
string
required

A semver compatible version string A version string for an Application

Example:

"1.2.34"

Response

An OpenAPI document that describes the API that was generated for this Application