Skip to main content
GET
https://scrape.st
/
health
/
web-poll
curl -X GET https://scrape.st/health/web-poll
{
  "status": "<string>",
  "last_checkin": "<string>",
  "next_checkin": "<string>",
  "is_registered": true,
  "ws_connected": true,
  "twitter_authenticated": true
}
This endpoint returns the specific health status of the Web Poll service.
status
string
Current operational status (e.g., “ok”).
last_checkin
string
Timestamp of the last check-in.
next_checkin
string
Timestamp of the next expected check-in.
is_registered
boolean
Indicates if the service is registered.
ws_connected
boolean
Status of the WebSocket connection.
twitter_authenticated
boolean
Status of Twitter authentication.
curl -X GET https://scrape.st/health/web-poll