curl --request GET \
--url https://api.zo.computer/browser/auth-sites \
--header 'Authorization: Bearer <token>'[
{
"domain": "<string>",
"evidence": [
"<string>"
],
"method": "<string>"
}
]Return the list of sites with authenticated cookies in Zo’s saved browser context.
Sites are ordered with known patterns first, then heuristic detections.
curl --request GET \
--url https://api.zo.computer/browser/auth-sites \
--header 'Authorization: Bearer <token>'[
{
"domain": "<string>",
"evidence": [
"<string>"
],
"method": "<string>"
}
]