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

Case spine · v2 roadmap

Deadlines coming soon

Deadline engine: statute of limitations, filing deadlines, response windows. Push alerts on approach.

POST/v2/deadlinesCreate deadline
GET/v2/deadlinesList deadlines
GET/v2/deadlines/{deadline_id}Get deadline
PATCH/v2/deadlines/{deadline_id}Update deadline
POST/v2/deadlines

Create deadline

Create a deadline for a matter: statute of limitations, filing deadlines, response windows, hearing dates.

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/deadlines

List deadlines

List upcoming deadlines across matters. Filterable by urgency, type, and jurisdiction.

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/deadlines/{deadline_id}

Get deadline

Retrieve deadline details including alert schedule and linked 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.
PATCH/v2/deadlines/{deadline_id}

Update deadline

Update a deadline: extend, resolve, or reschedule.

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.