Skip to main content
GET
/
v1
/
whatsapp-alt
/
egress-nodes
/
{nodeId}
Get egress node
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"
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

nodeId
string
required

Response

Egress node details.

node
object
required