curl -X GET https://scrape.st/health
{
"webpush": {
"status": "<string>",
"last_checkin": "<string>",
"next_checkin": "<string>",
"is_registered": true,
"ws_connected": true,
"twitter_authenticated": true
},
"webpoll": {
"status": "<string>",
"last_checkin": "<string>",
"next_checkin": "<string>",
"is_registered": true,
"ws_connected": true,
"twitter_authenticated": true
},
"telegram_bot": {
"url": "<string>",
"has_custom_certificate": true,
"pending_update_count": 123,
"ip_address": "<string>",
"last_error_date": 123,
"last_error_message": "<string>",
"last_synchronization_error_date": 123,
"max_connections": 123
}
}Check the overall health of the Scrapest Service
curl -X GET https://scrape.st/health
{
"webpush": {
"status": "<string>",
"last_checkin": "<string>",
"next_checkin": "<string>",
"is_registered": true,
"ws_connected": true,
"twitter_authenticated": true
},
"webpoll": {
"status": "<string>",
"last_checkin": "<string>",
"next_checkin": "<string>",
"is_registered": true,
"ws_connected": true,
"twitter_authenticated": true
},
"telegram_bot": {
"url": "<string>",
"has_custom_certificate": true,
"pending_update_count": 123,
"ip_address": "<string>",
"last_error_date": 123,
"last_error_message": "<string>",
"last_synchronization_error_date": 123,
"max_connections": 123
}
}Show properties
Show properties
Show properties
curl -X GET https://scrape.st/health