Manage billing attribution and access control for legal work
client_id
, matter_id
, and name
conventions across systemsGET
call before using DELETE to confirm matter IDs/history/usage
and /history/query
responsesname
field with a human-readable description for internal clarityStatus Code | Description | Example Error Message |
---|---|---|
200 | Success | N/A |
400 | Bad Request – Invalid format | { "error": "Missing client_id" } |
401 | Unauthorized – Invalid API key | { "error": "Unauthorized" } |
429 | Too Many Requests – Rate limit exceeded | { "error": "Rate limit exceeded" } |
500 | Internal Server Error | { "error": "Unexpected server error" } |