● Control plane · v2 roadmap
Collaboration coming soon
Shared matters: multi-party access with scoped permissions. Receiver shares read-only with court, read-write with counsel.
| POST | /v2/collaboration/invitations | Invite collaborator |
| GET | /v2/collaboration/invitations | List collaboration invitations |
| GET | /v2/collaboration/matters/{matter_id}/access | Get matter access list |
| PATCH | /v2/collaboration/matters/{matter_id}/access/{access_id} | Update collaborator access |
| DELETE | /v2/collaboration/matters/{matter_id}/access/{access_id} | Revoke collaborator access |
Invite collaborator
Invite another party to a matter with scoped permissions.
This endpoint is mapped for the next version of the protocol. It currently returns 501 Not Implemented. The contract (path, method, and semantics) is stable; build against it.
# v2 planned: returns 501 until implemented 501 Not Implemented # Path and method are stable. # Build your integration now; # swap to live when we ship.
List collaboration invitations
List pending and accepted collaboration invitations for a matter.
This endpoint is mapped for the next version of the protocol. It currently returns 501 Not Implemented. The contract (path, method, and semantics) is stable; build against it.
# v2 planned: returns 501 until implemented 501 Not Implemented # Path and method are stable. # Build your integration now; # swap to live when we ship.
Get matter access list
List all parties with access to a matter, their roles, and permission scopes.
This endpoint is mapped for the next version of the protocol. It currently returns 501 Not Implemented. The contract (path, method, and semantics) is stable; build against it.
# v2 planned: returns 501 until implemented 501 Not Implemented # Path and method are stable. # Build your integration now; # swap to live when we ship.
Update collaborator access
Update a collaborator's permission scope on a matter.
This endpoint is mapped for the next version of the protocol. It currently returns 501 Not Implemented. The contract (path, method, and semantics) is stable; build against it.
# v2 planned: returns 501 until implemented 501 Not Implemented # Path and method are stable. # Build your integration now; # swap to live when we ship.
Revoke collaborator access
Revoke a collaborator's access to a matter. Audit event recorded.
This endpoint is mapped for the next version of the protocol. It currently returns 501 Not Implemented. The contract (path, method, and semantics) is stable; build against it.
# v2 planned: returns 501 until implemented 501 Not Implemented # Path and method are stable. # Build your integration now; # swap to live when we ship.