ServerOpenapi

API status

Returns a simple status response to confirm the server is online.

GET
/

Returns a simple status response to confirm the server is online.

Response Body

application/json

curl -X GET "https://loading/api/v1"
{
  "property1": "string",
  "property2": "string"
}