KINETIC
KINETIC APIProtocol · API reference
MD-Version 2026-06-11 Request access

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/invitationsInvite collaborator
GET/v2/collaboration/invitationsList collaboration invitations
GET/v2/collaboration/matters/{matter_id}/accessGet 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
POST/v2/collaboration/invitations

Invite collaborator

Invite another party to a matter with scoped permissions.

v2 · coming soon
Planned

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.

Response
# 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/v2/collaboration/invitations

List collaboration invitations

List pending and accepted collaboration invitations for a matter.

v2 · coming soon
Planned

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.

Response
# 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/v2/collaboration/matters/{matter_id}/access

Get matter access list

List all parties with access to a matter, their roles, and permission scopes.

v2 · coming soon
Planned

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.

Response
# v2 planned: returns 501 until implemented

501 Not Implemented

# Path and method are stable.
# Build your integration now;
# swap to live when we ship.
PATCH/v2/collaboration/matters/{matter_id}/access/{access_id}

Update collaborator access

Update a collaborator's permission scope on a matter.

v2 · coming soon
Planned

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.

Response
# v2 planned: returns 501 until implemented

501 Not Implemented

# Path and method are stable.
# Build your integration now;
# swap to live when we ship.
DELETE/v2/collaboration/matters/{matter_id}/access/{access_id}

Revoke collaborator access

Revoke a collaborator's access to a matter. Audit event recorded.

v2 · coming soon
Planned

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.

Response
# v2 planned: returns 501 until implemented

501 Not Implemented

# Path and method are stable.
# Build your integration now;
# swap to live when we ship.