Skip to content

Instantly share code, notes, and snippets.

@maiaz
maiaz / uni_check.sh
Created March 31, 2026 16:56
curl unifi travel router check
curl -s 'https://ecomm.svc.ui.com/graphql' \
-H 'content-type: application/json' \
-H 'origin: https://eu.store.ui.com' \
-H 'referer: https://eu.store.ui.com/' \
--data-raw '{
"operationName":"GetProductsForLandingPagePro",
"variables":{
"input":{
"limit":250,
"offset":0,