Skip to main content
GET
/
v1
/
health
Health check
curl --request GET \
  --url https://api.signa.so/v1/health
{
  "status": "healthy",
  "version": "<string>",
  "timestamp": "2023-11-07T05:31:56Z",
  "services": {},
  "offices": {}
}

Response

200 - application/json

API is healthy

status
enum<string>
Available options:
healthy,
degraded,
down
version
string
timestamp
string<date-time>
services
object
offices
object