curl --request GET \
--url https://sapi.withsutro.com/applications/{applicationId}/integration-prompts \
--header 'Authorization: Bearer <token>' \
--header 'x-sutro-api-client: <api-key>'{
"buildFrontend": "<string>",
"testApi": "<string>",
"connectToExistingApp": "<string>"
}curl --request GET \
--url https://sapi.withsutro.com/applications/{applicationId}/integration-prompts \
--header 'Authorization: Bearer <token>' \
--header 'x-sutro-api-client: <api-key>'{
"buildFrontend": "<string>",
"testApi": "<string>",
"connectToExistingApp": "<string>"
}Builder authentication and authorization
A unique identifier for the API Client making a request
Integration prompts for the application
Was this page helpful?