get https://app.referralsaasquatch.com/api/v1//referrals
List all of the referrals in your Advocate tenant. This method is the primary way of getting a full list of everyone that has made a referral and everyone that has been referred, and supports pagination using the parameters for limit
and offset
to iterate through a very large list of records.
You can also use the query parameters for referringAccountId
and referringUserId
to filters this list of referrals to only include those made by a given user.