cURL
curl --request GET \ --url https://api.steamsets.com/v1/liveness \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "$schema": "<string>" }
Monitor the health and availability of the Steamsets API service with this lightweight endpoint designed for automated monitoring and load balancer health checks.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Whether we're alive or not
A URL to the JSON Schema for this object.