Capturing XHR without Rendering
is_xhr Param
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.lowes.com/purchase/api/items/1003130714/additionalServices?storeNumber=1792&quantity=1&stateCode=FL&userType=REGULAR&isSDV2Enabled=true",
"country": "US",
"is_xhr": true
}'Last updated
