Midbound
  1. API
Midbound
  • API
    • Health check
      GET
  1. API

Health check

GET
https://api.midbound.ai/health
Performs a health check of the service.

Request

None

Responses

🟢200OK
application/json
Response for status code 200
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.midbound.ai/health'
Response Response Example
{
    "status": "string",
    "timestamp": "string",
    "env": null,
    "property1": "string",
    "property2": "string"
}
Modified at 2025-08-31 16:11:51
Built with