● Enforcement · v2 roadmap
Jurisdictions coming soon
Multi-jurisdiction enforcement paths: domestication of foreign judgments, cross-border coordination.
| GET | /v2/jurisdictions | List supported jurisdictions |
| GET | /v2/jurisdictions/{jurisdiction_id}/enforcement-paths | Get enforcement paths |
| POST | /v2/jurisdictions/domestication | Create domestication request |
List supported jurisdictions
List jurisdictions with supported enforcement paths, domestication requirements, and service rules.
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 enforcement paths
Available enforcement paths for a jurisdiction: domestication, garnishment, turnover, contempt, asset freeze.
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.
Create domestication request
Track domestication of a foreign judgment into a target jurisdiction. Generates required filings.
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.