Skip to main content
GET
/
health
Health check
curl --request GET \
  --url https://api.tenbyte.io/v1/livestream/health \
  --header 'Authorization: Bearer <token>'
{
  "status": "healthy"
}

Authorizations

Authorization
string
header
required

RSA-signed JWT token

Response

200 - application/json

Service healthy

status
string
Example:

"healthy"