Guides
Fetching referral details
An overview of how you can fetch details on referrals you have access to
To retrieve information about a referral, you can query our
GraphQL API using either the referral
query (for a specific referral) or the referrals
query (to retrieve a list).
π Fetching a specific referral
Use the referral(id: ReferralGID!)
query to retrieve details about a single referral.
Request
Sample response:
Response
π Fetching multiple referrals
If you donβt know the referral ID or want to browse multiple referrals, you can use the referrals query to list them.
Request
This query retrieves the first 10 referrals, along with their status.