getInboundExternalLink

Retrieves information about an inbound external link.

Samples

// Get details of an inbound external link
val resp = rtbFabricClient.getInboundExternalLink {
    gatewayId = "rtb-gw-12345678"
    linkId = "link-87654321"
}