BetterMenu
Studio

Health Check

GET
/studio/health

Authorization

BearerAuth
AuthorizationBearer <token>

JWT Bearer token authentication

In: header

Response Body

application/json

curl -X GET "https://evh09u6ys0.execute-api.us-west-2.amazonaws.com/studio/health"
{
  "property1": "string",
  "property2": "string"
}