REST API
API Documentation.
Integrate matter plans directly into your applications and AI workflows. Structured JSON endpoints built for automation, PMS integration, and developer experience.
Base URL
/api/v1Endpoints
GET
/api/v1/matter-plans
Public Endpoint
Retrieve all legal matter plans currently defined in the registry, including their stages, milestones, and community-managed tasks.
// Response Body
[
{
"id": "8a3b8c2d-1a2b-3c4d-5e6f-7a8b9c0d1e2f",
"title": "US Trademark Prosecution & Registration",
"country_code": "US",
"sali_area_of_law": "IP_TRADEMARK",
"sali_process": "REGULATORY",
"party_role": "LEAD_COUNSEL",
"stages": [
{
"id": "3a0b2e02-a965-445d-9fae-82fd504d5e1d",
"title": "Preliminary Clearance & Search",
"sequence_order": 1,
"tasks": [
{
"id": "cc01bd1a-4004-48b9-8cbb-57e1f203c923",
"title": "Search USPTO Databases",
"priority": "High",
"assigned_role": "PARALEGAL",
"relative_days": 2
}
]
}
]
}
]