Skip to main content
GET
Retrieve a claim

Authorizations

Authorization
string
header
required

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

Path Parameters

claim_id
string
required

Response

Returns the claim with all cases.

cases
object[]

All cases associated with this claim.

claim_id
string

Unique identifier for the claim.

Example:

"claim_abc123"

created
string<date-time>

When the claim was created. ISO 8601 format.

Example:

"2026-04-01T00:00:00.000Z"

status
enum<string>

The status of the claim.

Available options:
open,
filed,
closed
Example:

"open"