Health Check
curl --location \
--request GET 'https://api.cros.one/health' \
--header 'Authorization: Bearer your-api-key'{
"status": "OK",
"version": "1.2.3",
"description": "Cros is an API that enables users to automate interactions with webpages, offering features for session management, navigation, and data retrieval.",
"active_sessions": 123
}Last updated