SuperTokens · Schema

StatusResponse

AuthenticationOpen SourceSession ManagementSocial LoginPasswordlessIdentityAuthorizationMulti-TenancyNode.jsSelf-Hosted

Properties

Name Type Description
status string
View JSON Schema on GitHub

JSON Schema

supertokens-statusresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/StatusResponse",
  "title": "StatusResponse",
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "example": "OK"
    }
  }
}