latestSwagger 2.02026-08-109450223.9 KB

94acb422c07d

External Recon

Get External Port

Shows details on a single external port record associated with your account.

get/v1/external_ports/{id}

Path parameters

idinteger required

External port record ID

Response

Get External Port

Example response

{
  "external_port": {
    "id": 42,
    "ip_address": "203.0.113.5",
    "port": 22,
    "protocol": "TCP",
    "service": "ssh",
    "risky_service": true,
    "last_scan_at": "2026-03-15T12:00:00Z",
    "last_external_scan_at": "2026-03-14T08:00:00Z",
    "organization_ids": [
      1,
      5
    ]
  }
}