Skip to main content
Test API connectivity
curl --request GET \
  --url https://sapi.withsutro.com/hello \
  --header 'Authorization: Bearer <token>' \
  --header 'x-sutro-api-client: <api-key>'
"<string>"

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

Response

200 - text/plain

A greeting string

The response is of type string.