WhatsApp Alternative
Get egress node
GET
Get egress node
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \
--url https://api.zavu.dev/v1/whatsapp-alt/egress-nodes/{nodeId} \
--header 'Authorization: Bearer <token>'{
"node": {
"id": "<string>",
"senderId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"label": "<string>",
"exitIp": "<string>",
"exitCountry": "<string>",
"net": "<string>",
"lastSeenAt": "2023-11-07T05:31:56Z"
}
}curl --request GET \
--url https://api.zavu.dev/v1/whatsapp-alt/egress-nodes/{nodeId} \
--header 'Authorization: Bearer <token>'{
"node": {
"id": "<string>",
"senderId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"label": "<string>",
"exitIp": "<string>",
"exitCountry": "<string>",
"net": "<string>",
"lastSeenAt": "2023-11-07T05:31:56Z"
}
}