Retrieve a list of all referrals (signups) from your programs
Retrieve a list of all referrals (signups) from your programs. This endpoint supports filtering by program, student, and status, making it easy to track conversions and manage your referral pipeline.Documentation Index
Fetch the complete documentation index at: https://docs.vantio.app/llms.txt
Use this file to discover all available pages before exploring further.
programId=prog_123abcstudentId=user_123abcpending - Referral created but not yet convertedconverted - Referral has converted (made a purchase/subscription)verified - Referral has been verifiedrejected - Referral was rejectedstatus=converted returns only converted referralslimit=25offset=50 skips the first 50 resultspending, converted, verified, or rejected.limit and offset for large datasetsBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Filter by program ID
Filter by student (ambassador) ID
Filter by referral status
pending, converted, verified, rejected Maximum number of results to return
Number of results to skip
List of referrals
The response is of type object.