Skip to main content
GET
/
v1
/
whatsapp-alt
/
proxy-status
Managed proxy availability
curl --request GET \
  --url https://api.zavu.dev/v1/whatsapp-alt/proxy-status \
  --header 'Authorization: Bearer <token>'
{
  "zavuProxyAvailable": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Proxy availability.

zavuProxyAvailable
boolean
required

Whether the managed Zavu proxy egress (egress.kind = external) is currently offered. When false, pair an Android egress node instead.