POST
/
public
/
health-check
curl --request POST \
  --url https://backend.codedamn.com/api/public/health-check \
  --header 'Content-Type: application/json' \
  --data '{
  "data": [
    {
      "data": {}
    }
  ]
}'
[
  {
    "output": {
      "status": "ok",
      "data": {
        "hello": "world"
      }
    }
  }
]

Body

application/json

API Request Body

The body is of type object.

Response

200 - application/json

API Response Body

The response is of type object[].