Check Health
GET
/Check server health. Mostly used when deploying to a service, this indicates a successful deployment.
Request
None
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
msg
string
required
last_checked
string
required
Example
{
"msg": "string",
"last_checked": "string"
}
Last modified: 24 days ago