BetterMenu
Studio

Health Check

Health check endpoint.

Returns: Status object

GET
/studio/health

Authorization

BearerAuth
AuthorizationBearer <token>

JWT Bearer token authentication

In: header

Response Body

application/json

curl -X GET "https://loading/studio/health"
{
  "property1": "string",
  "property2": "string"
}