Skip to main content
GET
/
browser
/
auth-sites
Get Browser Auth Sites
curl --request GET \
  --url https://api.zo.computer/browser/auth-sites \
  --header 'Authorization: Bearer <token>'
[
  {
    "domain": "<string>",
    "evidence": [
      "<string>"
    ],
    "method": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Zo API key (zo_sk_...)

Response

200 - application/json

Successful Response

domain
string
required

Canonical domain to open in Zo's browser

evidence
string[]
required

Cookie names used for detection

method
string
required

Detection method: known or heuristic