GET
/
v1
/
liveness
Service Health Check
curl --request GET \
  --url https://api.steamsets.com/v1/liveness \
  --header 'Authorization: Bearer <token>'
{
  "$schema": "https://api.steamsets.com/schemas/V1LivenessResponseBody.json",
  "message": "OK"
}

Authorizations

Authorization
string
header
required

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

Response

OK

message
string
required

Whether we're alive or not

Examples:

"OK"

$schema
string<uri>

A URL to the JSON Schema for this object.

Examples:

"https://api.steamsets.com/schemas/V1LivenessResponseBody.json"