Skip to main content
Get the OpenAPI spec for an application
curl --request GET \
  --url https://sapi.withsutro.com/applications/{applicationId}/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

Response

The OpenAPI specification for the application

The response is of type object.