Skip to main content
GET
/
{id}
/
health
Error
A valid request URL is required to generate request examples
{
  "success": 1,
  "data": {
    "status": "HEALTHY",
    "last_probe_at": "2026-06-23T08:00:00.000Z"
  }
}

Authorizations

Authorization
string
header
required

JWT issued by Seyaha — include as Authorization: Bearer <token>

Path Parameters

id
string
required

Integration document ID (MongoDB ObjectId)

Example:

"64a1b2c3d4e5f6a7b8c9d0e1"

Response

Health status

success
integer
Example:

1

data
object