get https://app.referralsaasquatch.com/api/v1//open/referrals
Lists all of the referrals involving the given user. This method is the primary way of getting a 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.
Note: Either the referringAccountId
and referringUserId
or referredAccountId
and referredUserId
parameters are required, along with a read token for authenticaion.
This is an Open Endpoint and disabled by default. Contact support to enable the open endpoints.