Include referral link and redirect link in v2 Referrals API response

We’re using the v2 List Referrals endpoint (GET /crm/rest/v2/referrals) and the response currently returns fields like source, contact_id, referral_partner_id, and referral_time — but it does not include which referral link was actually clicked. This is important…

Could you add two fields to the referral object:

  1. The referral link that was clicked (the tracking URL)
  2. The redirect link it pointed to (the destination URL)

This data is clearly already captured by the system since the referral is being tracked, so exposing it in the API response should be straightforward. It’s important for our reporting — without it we can’t tell which specific links are driving referrals.

Is this on the roadmap, or is there an existing endpoint or workaround to retrieve this per referral?

Thank you in advance.