REFERENCE
Watheeq Legal API
Integrate legal intake, matters, cases, contracts and governed approvals.
Last updated July 19, 2026 · 6 min read#Resource domains
| Domain | Examples |
|---|---|
| Service desk | Catalog, request types, requests and SLA state |
| Legal work | Matters, consultations, investigations and settlements |
| Litigation | Cases, hearings, filings, evidence and legal holds |
| Contracts | Contracts, clauses, obligations, versions and signatures |
| Governance | Approvals, delegation, segregation of duties and audit |
#Route compatibility
The governed legal surface supports the Watheeq naming used by customer integrations. Some deployments retain /lex route aliases for compatibility; use the base path issued for your tenant.
#Create a legal request
json
{
"service_id": "svc_contract_review",
"request_type": "contract_review",
"title": "Review supplier agreement",
"priority": "normal",
"payload": { "counterparty": "Example Co." }
}Was this page helpful?