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
    ]
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.