Skip to main content
GET
/
status
Health check
curl --request GET \
  --url https://api.scaas.ai/status \
  --header 'Authorization: Bearer <token>'
{
  "status": "ok"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful response

status
string
Example:

"ok"