getOutboundExternalLink

Retrieves information about an outbound external link.

Samples

// Get details of a specific outbound external link
val resp = rtbFabricClient.getOutboundExternalLink {
    gatewayId = "rtb-gw-12345678"
    linkId = "link-87654321"
}