Skip to main content
POST
Create a claim

Authorizations

Authorization
string
header
required

Use your API key as the username. No password is required.

Body

application/json
case_ids
string[]
required

Array of case IDs to group into this claim. All cases must already exist.

Minimum array length: 1
Example:
claim_id
string | null

Optional unique identifier for the claim. If not provided, one will be generated automatically.

Maximum string length: 126
Example:

"claim_abc123"

Response

Returns the newly created claim with associated cases.

cases
object[]
claim_id
string
Example:

"claim_abc123"

created
string<date-time>
status
string
Example:

"open"

updated
string<date-time>