Unicourt
Connector for the unicourt API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://enterpriseapi.unicourt.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
getattorneybyid— GET /attorney/{attorneyId} — Gets details for a requested Attorney ID.getattorneyassociatedparties— GET /attorney/{attorneyId}/associatedParties — Gets Associated Party details for a requested Attorney ID.getbillingusagebybillingcycle— GET /billingCycleUsage/{billingCycle} — Specify the billing cycle to know the API usage.getbillingcycles— GET /billingCycles — Get all the previous 12 billing cycles.getcallbacks— GET /callbacks — Get list of callback types with count for a requested Date.getcase— GET /case/{caseId} — Gets case information for a requested Case ID.
Inputs
apiKey— your unicourt API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getattorneybyid
apiKey: <your key>