Get API Health
GET/health
Retrieve the current health status of the API.
Request
Responses
- 200
- 500
- application/json
- Schema
- Example (from schema)
Schema
status stringrequired
{
"status": "string"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
statusCode numberrequired
error string
Available only when the message includes additional error details.
{
"message": "string",
"statusCode": 0,
"error": "string"
}
Loading...