Skip to main content
GET
/
status
Service status (liveness/health) — unauthenticated.
curl --request GET \
  --url https://api.streamloop.app/v1/status
{
  "status": "<string>",
  "service": "<string>",
  "version": "<string>"
}

Response

200 - application/json

Service is operational.

status
string
required

operational | degraded | down

service
string
version
string