curl --request GET \
--url https://sapi.withsutro.com/applications/{applicationId}/openapi \
--header 'Authorization: Bearer <token>' \
--header 'x-sutro-api-client: <api-key>'{}curl --request GET \
--url https://sapi.withsutro.com/applications/{applicationId}/openapi \
--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
The OpenAPI specification for the application
The response is of type object.
Was this page helpful?