To retrieve information about a referral, you can query our GraphQL API using either theDocumentation Index
Fetch the complete documentation index at: https://dev.ownright.com/llms.txt
Use this file to discover all available pages before exploring further.
referral query (for a specific referral) or the referrals
query (to retrieve a list).
๐ Fetching a specific referral
Use thereferral(id: ReferralGID!) query to retrieve details about a single referral.
Request
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
Next steps
Fetching matter details
Track the progress of your clientโs legal transaction.
Receiving webhooks on referral updates
Get automatic updates when referral statuses change.