> ## Documentation Index
> Fetch the complete documentation index at: https://docs.verify-group.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update claim status

> Transition a claim to a new workflow status. APPROVED and REJECTED changes require manager approval within 48 hours. Consumes 5 tokens per call.

<ParamField path="id" type="string" required />

<ParamField body="status" type="DRAFT | SUBMITTED | UNDER_REVIEW | INVESTIGATING | PENDING_EVIDENCE | PENDING_APPROVAL" required>
  New status for the claim
</ParamField>

<ParamField body="reason" type="string">
  Reason for status change
</ParamField>
