Referral
Get Referrals
Fetch all referral summaries for the current user.
This endpoint queries the referrals collection for documents where the referrer_id matches the current user's ID. For each referral, it looks up the referred user's email using the referred_id, and returns a list of summaries containing the referred email and the referral status.
Returns: List[ReferralSummary]: A list of referral summary objects.
get/referral/all
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.