Create a claim
Claims
Create a claim
Creates a new claim by grouping existing cases together.
POST
Create a claim
Authorizations
Use your API key as the username. No password is required.
Body
application/json
Array of case IDs to group into this claim. All cases must already exist.
Minimum array length:
1Example:
["case_abc123", "case_def456"]Optional unique identifier for the claim. If not provided, one will be generated automatically.
Maximum string length:
126Example:
"claim_abc123"