Wait for Requests
Wait for Request Counter
Parameter
Required
Description
Example Request
curl -X POST 'https://api.webit.live/api/v1/realtime/web' \
--header 'Authorization: Basic <credential string>' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "https://www.example.com/",
"render": true,
"network_capture": [
{
"method": "GET",
"resource_type": [
"xhr", "script"
],
wait_for_requests_count: 3,
wait_for_requests_count_timeout: 5000
}
]
}'Last updated
