To retrieve information about a real estate transaction (a โmatterโ), 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.
matter query (for a specific matter) or the matters
query (to retrieve a list).
๐ Fetching a specific matter
Use thematter(id: MatterGID!) query to retrieve details about a single matter.
Request
Response
๐ Fetching multiple matters
If you donโt know the matter ID or want to browse multiple matters, you can use the matters query to list them.Request
Next steps
Receiving webhooks on referral updates
Get automatic updates when referral statuses change.
Receiving webhooks on matter updates
Get automatic updates when matter statuses change.